Update a 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID of the group to update (hyphens optional).

Body Params
string

New name for the group. Must be unique within the account.

string | null

New description for the group. Pass null to clear it.

Responses

401

Missing or invalid authentication. The response body is empty.

403

The authenticated user does not have the GROUPMANAGEMENT security role.

422

Validation error (e.g. empty request body, malformed group ID, or name is not a string).

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json