GuidesAPI Reference
API Reference

Update group

Update the group identified by the provided group HRN by updating all writable group fields including name and description.


Access Control:

  • The calling principal must have "updateGroup" action permission for the resource "{group}" in the "authorization" service. Here group is the group identified by the provided group HRN.
  • The calling principal MUST NOT include a project scope.
Path Params
string
required

HRN identifying a group.

Body Params
string
required

A user defined name for the group. The following characters are not allowed in the group name: control characters, non-breaking space, and * / < > \ |

string
length ≤ 500

An optional user defined description for the group.

The following characters are not allowed in the group name: control characters, non-breaking space, and * / < > \ |

Responses

404

Group not found

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