box_groups_list_members_tool
Retrieve all members of a Box group by providing the group ID to manage user access and permissions within the platform.
Instructions
List all members of a specific group. Args: ctx (Context): The context object containing the request and lifespan context. group_id (str): The ID of the group whose members are to be listed. Returns: dict: A dictionary containing the list of group members.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes |