curl --request POST \
--url https://{tenantDomain}/api/v2/organizations/{id}/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clients": [
{
"client_id": "<string>",
"use_for_member_access": true
}
]
}
'[
{
"client_id": "<string>",
"use_for_member_access": true,
"client": {
"name": "<string>",
"app_type": "<string>",
"logo_uri": "<string>"
}
}
]Associate one or more clients with an organization.
curl --request POST \
--url https://{tenantDomain}/api/v2/organizations/{id}/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clients": [
{
"client_id": "<string>",
"use_for_member_access": true
}
]
}
'[
{
"client_id": "<string>",
"use_for_member_access": true,
"client": {
"name": "<string>",
"app_type": "<string>",
"logo_uri": "<string>"
}
}
]Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the organization.
List of clients to associate with the organization.
1 - 100 elementsShow child attributes
Organization clients successfully associated.
Cette page vous a-t-elle été utile ?