list_group_users
Retrieve all members of a specified group by providing a group_id. Use list_groups to discover available groups first.
Instructions
List all users that are members of a group. Returns full user objects with pagination. Requires group_id — use list_groups to discover groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip. This is the zero-based index of the first result. | |
| filter | No | Filter query for responses. The syntax follows the SCIM grammar from [RFC7644 Section 3.4.2.2](https:datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.2). The supported operations are: - pr (pre | |
| group_id | Yes | A unique identifier for a group. | |
| order_by | No | A comma-delimited list of attributes to sort results. The default sorting order per attribute is ascending. Therefore, if you want descending order, append the " desc" suffix to the attribute name. | |
| page_size | No | The number of items returned per page. The response may include this exact number or fewer. If omitting this value, the response returns the default number of results the method allows. |