Skip to main content
GET
/
v1
/
user
Get the authenticated user
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.

Response

The authenticated user's profile.

data
LocalUser · object
required