get_users_user_group
Retrieve all users belonging to a specified user group, sorted by creation date and paginated with 20 users per page.
Instructions
🟢 READ-ONLY · User groups · GET /v2/user_groups/{id}/users
Get users of a user group
Retrieves all the users who are members of the user group specified by the provided group id. The users are in sorted order, with the most recently created user appearing first, and the list is paginated, with a default limit of 20 users per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the user group | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned |