Go
Associate a client grant with an organization
POST
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Maximum string length:
50Body
A Client Grant ID to add to the organization.
Response
Client Grant successfully associated with Organization.
ID of the client grant.
ID of the client.
The audience (API identifier) of this client grant
Minimum string length:
1Scopes allowed for this client grant.
Minimum string length:
1Defines whether organizations can be used with client credentials exchanges for this grant.
Available options:
deny, allow, require If enabled, any organization can be used with this grant. If disabled (default), the grant must be explicitly assigned to the desired organizations.
Get client grants associated to an organization
Previous
Remove a client grant from an organization
Next