gitpod.v1.OrganizationService
CreateOrganization
Creates a new organization with the specified name and settings.
Use this method to:
- Create a new organization for team collaboration
- Set up automatic domain-based invites for team members
- Join the organization immediately upon creation
Examples
-
Create a basic organization:
Creates an organization with just a name.
name: "Acme Corp Engineering" joinOrganization: true -
Create with domain-based invites:
Creates an organization that automatically invites users with matching email domains.
name: "Acme Corp" joinOrganization: true inviteAccountsWithMatchingDomain: true
post/gitpod.v1.OrganizationService/CreateOrganization
Request body
Response
Success