curl --request GET \
--url https://{tenantDomain}/api/v2/users/{id}/connected-accounts \
--header 'Authorization: Bearer <token>'{
"connected_accounts": [
{
"id": "<string>",
"connection": "<string>",
"connection_id": "<string>",
"strategy": "<string>",
"access_type": "offline",
"created_at": "2023-11-07T05:31:56Z",
"scopes": [
"<string>"
],
"expires_at": "2023-11-07T05:31:56Z",
"organization_id": "<string>"
}
],
"next": "<string>"
}Retrieve all connected accounts associated with the user.
curl --request GET \
--url https://{tenantDomain}/api/v2/users/{id}/connected-accounts \
--header 'Authorization: Bearer <token>'{
"connected_accounts": [
{
"id": "<string>",
"connection": "<string>",
"connection_id": "<string>",
"strategy": "<string>",
"access_type": "offline",
"created_at": "2023-11-07T05:31:56Z",
"scopes": [
"<string>"
],
"expires_at": "2023-11-07T05:31:56Z",
"organization_id": "<string>"
}
],
"next": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-testing-docs.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 user to list connected accounts for.
Optional Id from which to start selection.
Number of results to return. Defaults to 10 with a maximum of 20
1 <= x <= 100このページは役に立ちましたか?