Optional description of the group.
Name of the group. Must be unique within the account. Must be a string (numbers are not coerced).
Creates a new group.
Requires the GROUPMANAGEMENT security role.
Optional description of the group.
Name of the group. Must be unique within the account. Must be a string (numbers are not coerced).
Group created successfully.
Number of members in the group.
Deletes a group and removes all its members from it.
Requires the GROUPMANAGEMENT security role.
ID of the group to delete (hyphens optional).
Group deleted successfully. No content is returned.
Returns a single group by its ID, including member count.
Requires the GROUPMANAGEMENT security role.
ID of the group (hyphens optional).
Successful response
Number of members in the group.
Updates the name and/or description of an existing group.
At least one field must be provided. Only the fields included in the request body are updated
(partial update semantics).
Requires the GROUPMANAGEMENT security role.
ID of the group to update (hyphens optional).
New description for the group. Pass null to clear it.
New name for the group. Must be unique within the account.
Group updated successfully.
Number of members in the group.
Adds one or more users to the specified group. Pass a single-element array to add one user.
Users that are already members of the group are silently ignored (the operation is idempotent).
An empty user_ids array is accepted and is a no-op.
Requires the GROUPMANAGEMENT security role.
ID of the group (hyphens optional).
IDs of the users to add or remove. An empty list is a no-op.
Users added successfully.
Updated number of members in the group after the operation.