curl --request GET \
--url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/default-mapping \
--header 'Authorization: Bearer <token>'{
"mapping": [
{
"auth0": "<string>",
"idp": "<string>"
}
]
}Retrieve the directory provisioning default attribute mapping of a connection.
curl --request GET \
--url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/default-mapping \
--header 'Authorization: Bearer <token>'{
"mapping": [
{
"auth0": "<string>",
"idp": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://auth0-sdk8048.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.
The id of the connection to retrieve its directory provisioning configuration
The connection's directory provisioning default mapping. See Response Schemas for schema.
The mapping between Auth0 and IDP user attributes
1Show child attributes
このページは役に立ちましたか?