List users
Lists all users in the customer account. The response shows each user's corpus access and customer-level authorizations.
To enable, disable, or edit the roles of a user, use the Update User endpoint.
Query parameters
The maximum number of users to return at one time.
The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.
A user-provided key for a corpus.
Filter users by access to this corpus.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
List of users.
Example response
{
"metadata": {
"page_key": "eyJvZmZzZXQiOjF9"
}
}Changes
Changed in 1 of the 7 revisions of this API.1
- ●
added the new
agent_end_userenum value to the////response property for the response statusresponse-property-enum-value-added
- ●