# List users Retrieves a list of users for the account Endpoint: GET /users Version: 1.0.0 Security: basicAuth ## Query parameters: - `showInactive` (boolean) Determines whether or not inactive users will be returned ## Response 200 fields (application/json): - `userId` (string) Example: "123456AB-ab12-3c4d-5e67-89f1abc1defa" - `userName` (string) Example: "john.doe" - `name` (string) Example: "John Doe" - `email` (string) Example: "john.doe@example.com" ## Response 401 fields (application/json): - `message` (string) Example: "Invalid API credentials" ## Response 500 fields (application/json): - `message` (string) Example: "An internal error occurred"