# Get a list of users Returns a paginated list of users. Supports optional filters and sorting parameters to refine the results. Useful for displaying user information, managing users in FlexNet operations, or performing administrative tasks. Endpoint: GET /v1/users Version: 1.0.0_Beta ## Query parameters: - `userName` (string) Filter by user name - `displayName` (string) Filter by display name - `email` (string) Filter by user email - `accountId` (string) Filter by account ID - `accountName` (string) Filter by account name - `accountType` (string) Filter by account type (HOME,PUBLISHER,CUSTOMER,SELF_REGISTERED,CHANNEL_PARTNER,UNKNOWN) - `status` (string) Status of the user (active,inactive) - `sort_by` (string) Field to sort by (displayName,email,status) - `sort_order` (string) Order to sort by (asc/desc) - `page` (integer) Requested page number - `limit` (integer) Number of records per page ## Response 200 fields (application/json): - `status` (string) ## Response 400 fields (application/json): - `status` (string) ## Response 500 fields (application/json): - `status` (string)