v18

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

CreateGroup

Creates a new group within an organization.

Use this method to:

  • Create teams for access control
  • Organize users by department or function
  • Set up role-based access groups

Examples

  • Create a basic group:

    Creates a group with name and description.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    name: "Backend Team"
    description: "Backend engineering team"
    

Authorization

Requires org:admin role on the organization.

post/gitpod.v1.GroupService/CreateGroup

Request body

descriptionstring
namestring
organizationIdstring uuid

Response

Success