curl --request GET \
--url https://api.example.com/v1/user{
"data": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"username": "<string>",
"role": "SYSTEM",
"auth_method": "<string>",
"password_needs_reset": true,
"password": "<string>"
}
}Returns the profile of the currently authenticated user. When authentication is disabled, returns an anonymous user representation.
curl --request GET \
--url https://api.example.com/v1/user{
"data": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"username": "<string>",
"role": "SYSTEM",
"auth_method": "<string>",
"password_needs_reset": true,
"password": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The authenticated user's profile.
Show child attributes
Was this page helpful?