POST
/
v2
/
system_users
/
social
curl --request POST \
  --url https://api.galileo.ai/v2/system_users/social \
  --header 'Content-Type: application/json' \
  --data '{
  "id_token": "token1234",
  "provider": "google"
}'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "email": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "email_is_verified": true,
  "role": "system_admin",
  "auth_method": "<string>"
}

Query Parameters

signup_token
string | null

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.