v18

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

UpdateOrganization

Updates an organization's settings including name, invite domains, and member policies.

Use this method to:

  • Modify organization display name
  • Configure email domain restrictions
  • Update organization-wide settings
  • Manage member access policies

Examples

  • Update basic settings:

    Changes organization name and invite domains.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    name: "New Company Name"
    inviteDomains:
      domains:
        - "company.com"
        - "subsidiary.com"
    
  • Remove domain restrictions:

    Clears all domain-based invite restrictions.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    inviteDomains:
      domains: []
    
post/gitpod.v1.OrganizationService/UpdateOrganization

Request body

namestring nullable

name is the new name of the organization

organizationIdstring uuid required

organization_id is the ID of the organization to update the settings for.

Response

Success