cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/get_oauth_providers \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>", "userId": "<string>" }'
{ "oauthProviders": [ { "providerId": "<string>", "providerName": "<string>", "issuer": "<string>", "audience": "<string>", "subject": "<string>", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" } } ] }
Get details about Oauth providers for a user
Unique identifier for a given Organization.
Unique identifier for a given User.
A successful response.
A list of Oauth Providers
Show child attributes
Was this page helpful?