cURL
curl --request POST \ --url https://api.galileo.ai/v2/system_users/social \ --header 'Content-Type: application/json' \ --data ' { "provider": "google", "id_token": "<string>", "access_token": "<string>" } '
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "email": "<string>", "role": "system_admin", "auth_method": "<string>", "first_name": "<string>", "last_name": "<string>", "email_is_verified": true }
Create a user using a social login provider.
All social users are created with email_is_verified=True, don’t need to be invited and are by default read-only (unless they are the first user, in which case they are set to admin).
email_is_verified=True
google
github
okta
azure-ad
custom
Successful Response
system_admin
system_user
Was this page helpful?