get_group_members
Retrieve a list of all users belonging to a specified group. Provide the group ID to get user details.
Instructions
Get a list of all users in a specific group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | The group ID | |
| page | No | Page number (default: 1) | |
| per_page | No | Results per page (default: 100, max: 500) |