Skip to main content
List OAuth Identities
Returns all OAuth identities linked to the authenticated user’s account, ordered by creation date. Use this to display connected accounts on a settings page. Requires a valid access token.

Headers

string
required
Bearer {accessToken} — a valid access token for the authenticated user.

Response

OAuthIdentity[]
Array of linked identities, ordered oldest first.
boolean
Whether the user has a password set. false for OAuth-only accounts. Use this to decide whether to prompt the user to set an initial password before letting them unlink their last identity.

See Also