v22

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04970425.1 KB
Oauth

List OAuth providers

Retrieves a list of all OAuth providers for a user.

get/oauth-providers

Query parameters

user_idstring

Response

Successful response

Example response

{
  "items": [
    {
      "account_id": "google-account-id-12345",
      "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
    }
  ],
  "pagination": {
    "next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
  }
}