cURL
curl --request PUT \ --url https://api.galileo.ai/v2/users/{user_id} \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "email": "<string>", "first_name": "<string>", "last_name": "<string>", "role": "admin", "email_is_verified": true } '
{ "id": "<string>", "email": "<string>", "organization_id": "<string>", "organization_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "permissions": [], "first_name": "", "last_name": "", "auth_method": "email", "role": "read_only", "email_is_verified": true }
admin
manager
user
read_only
Successful Response
Show child attributes
email
google
github
okta
azure-ad
custom
Was this page helpful?