add_organization_group_members
Add multiple members to an organization group by providing the group ID and a JSON array of user IDs, with a limit of 100 per request.
Instructions
Add members to an org group (POST .../members/bulk-add).
Args: group_id: Organization group id (g_...). user_ids_json: JSON array of user ids (max 100 per request).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| user_ids_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||