English
cURL
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.
Cursor for pagination (base64-encoded user ID)
The max number of users to return at a time.
A list of users.
Show child attributes
SYSTEM
ADMIN
MEMBER
VIEWER
"LOCAL"
Was this page helpful?