curl --request GET \
--url https://api.galileo.ai/v2/current_user \
--header 'Galileo-API-Key: <api-key>'
{
"id": "<string>",
"permissions": [],
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"auth_method": "email",
"role": "read_only",
"email_is_verified": true,
"organization_id": "<string>",
"organization_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"generic_permissions": []
}
Successful Response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.galileo.ai/v2/current_user \
--header 'Galileo-API-Key: <api-key>'
{
"id": "<string>",
"permissions": [],
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"auth_method": "email",
"role": "read_only",
"email_is_verified": true,
"organization_id": "<string>",
"organization_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"generic_permissions": []
}