Returns a list of users, sorted by creation time. Use the List embed users endpoint to retrieve embed users.
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Filter users using the userName field with SCIM operators:
| Operator | Description | Example |
|---|---|---|
eq | Exact match | userName eq "blob.ross@blobsrus.co" |
co | Contains substring | userName co "smith" |
Case sensitivity:
userName, USERNAME) are case-insensitiveeq, EQ, co, CO) are case-insensitiveUsernames should be URL-encoded when passed as filters. For example, userName eq "user@example.com" will become userName%20eq%20%22user%40example.com%22 when encoded.
The number of users to return per page
An integer index that determines the starting point of the sorted result list
List of users