v1
latestOpenAPI 3.1.02026-07-1342111193.6 KBUsers
List Users
Returns a paginated list of Users. Default ordered by descending updated_at.
get/users
Query parameters
limitinteger
updated_afterstring date-time
ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with updated_before.
updated_beforestring date-time
ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with updated_after.
order'asc' | 'desc'
Used to specify the order in which records should be returned. Currently ordered by updated_at timestamp.
Headers
Arcadia-Versionstring required
The Arcadia-Version for the request
Response
Success
Example response
{
"data": [
{
"client_user_id": "fff57dc7-3a2b-4395-8a62-e3712d46dafl"
}
],
"total_count": 1
}