ListUsersRequest
class ListUsersRequest
Types
Properties
Link copied to clipboard
The maximum number of users to return in a single page. Valid range is 1-100. Default is 10.
Link copied to clipboard
The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.
Link copied to clipboard
The fields to sort users by. Multiple fields can be specified by separating them with '+'. Accepted values include 'username', 'firstName', 'lastName', 'status', and 'groupId'.
Link copied to clipboard
Filter results to only include users with this status (1 for pending, 2 for active).