List users
GET/api/v1/users
Returns the ADMIN-visible user catalog with zero-based pagination.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Zero-based page number.
Requested page size, clamped to the range 1 through 200.
Responses
Section titled “Responses”Users returned
Zero-based page of resource results.
object
Results in this page.
Public user administration record. Password hashes and credentials are never exposed.
object
Creation timestamp in UTC.
Whether the account may authenticate.
User identifier.
Global authorization role.
Last update timestamp in UTC.
Current username.
Zero-based page number.
Effective page size, from 1 through 200.
Total matching resources across all pages.
The request is malformed or fails validation.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.