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