Get an OAuth provider
Retrieves a specific OAuth provider by the user ID and the OAuth provider ID.
Path parameters
The ID of the user, or the special value me for the currently authenticated user
The ID of the user, or the special value me for the currently authenticated user
Response
Successful response
Example response
{
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c",
"id": "b3d396b8-c574-4c80-97b3-50031675ceb2",
"email": "test@gmail.com",
"provider_config_id": "google",
"type": "google",
"allow_sign_in": true,
"allow_connected_accounts": true
}Changes
Changed in 1 of the 17 revisions of this API.12
- ●
added the new
appleenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
bitbucketenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
discordenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
facebookenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
githubenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
gitlabenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
googleenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
linkedinenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
microsoftenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
spotifyenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
twitchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
xenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●