Returns a list of embed users, sorted by creation time. Use the List users endpoint to retrieve standard 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 to return a specific user using the userName or embedExternalId field. Format: <fieldName> eq "<value>".
Usernames should be URL-encoded when passed as filters. For example, userName eq "[email protected]" will become userName%20eq%20%22user%40example.com%22 when encoded.
The number of users to return
An integer index that determines the starting point of the sorted result list
List of embed users
The list of embed users
SCIM schema information for the response
The number of embed users returned in the current page
The total number of embed users matching the query
The starting index of the current page in the result set