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
Response
Success