Get List of Users in User Group

Use this API to retrieve a paginated list of members in a specified user group.

Path Params
uuid
required

The unique identifier of the user group.

Query Params
int32
β‰₯ 0
Defaults to 0

The page number for the results to be retrieved.

int32
1 to 2000
Defaults to 20

The number of records to be retrieved per page.

string
enum
Defaults to name,asc

The sorting criteria in the format: property,(asc|desc). The default sort order is ascending. Multiple sort criteria are supported.

Allowed:
Responses

400

Bad Request

401

Unauthorized - Invalid or missing authentication

403

Forbidden - Insufficient permissions

404

User group not found

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*