curl --request GET \
--url https://api.example.com/v1/users{
"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>"
}
],
"next_cursor": "<string>"
}Retrieve a paginated list of all users in the system.
curl --request GET \
--url https://api.example.com/v1/users{
"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>"
}
],
"next_cursor": "<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.
Cursor for pagination (base64-encoded user ID)
The max number of users to return at a time.
Was this page helpful?