Add Users to Group
Groups
Add Users to Group
Add multiple users to a group in a single request. This operation is idempotent - duplicate memberships are silently ignored.
Behavior:
- Maximum 100 users per request
- Duplicate user IDs in the request are handled gracefully
- Users already in the group are silently ignored
- All user IDs must belong to the same account as the group
- All user IDs must exist (validated before any changes)
- If any user validation fails, the entire operation is rejected (no partial updates)
Permissions: Requires group_update permission
PUT
Add Users to Group
Authorizations
Bearer token
Account ID
Path Parameters
Group ID
Body
application/json
Array of user IDs to add to the group (max 100 per request)
Required array length:
1 - 100 elementsResponse
Allowed IP deleted successfully