v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.GroupService

UpdateGroup

Updates group information.

Use this method to:

  • Rename a group
  • Update group description

Examples

  • Update group name:

    Changes the name of an existing group.

    groupId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    name: "Platform Team"
    description: "Platform engineering team"
    

Authorization

Requires org:admin permission on the organization or group:admin permission on the specific group.

post/gitpod.v1.GroupService/UpdateGroup

Request body

descriptionstring
groupIdstring uuid
namestring

Response

Success