This document describes the tools available in the box_tools_groups module for group management and queries in Box.
Search for groups by name (partial match).
- Arguments:
ctx: Request contextquery: Search query
List all members of a specific group.
- Arguments:
ctx: Request contextgroup_id: ID of the group
List all groups that a specific user belongs to.
- Arguments:
ctx: Request contextuser_id: ID of the user
Refer to src/tools/box_tools_groups.py for implementation details.