Skip to content
Ona Docs

Invites

CreateOrganizationInvite
POST/gitpod.v1.OrganizationService/CreateOrganizationInvite
GetOrganizationInviteSummary
POST/gitpod.v1.OrganizationService/GetOrganizationInviteSummary
GetOrganizationInvite
POST/gitpod.v1.OrganizationService/GetOrganizationInvite
ModelsExpand Collapse
OrganizationInvite object { inviteId }
inviteId: string

invite_id is the unique identifier of the invite to join the organization. Use JoinOrganization with this ID to join the organization.

formatuuid
InviteCreateResponse object { invite }
invite: OrganizationInvite { inviteId }
inviteId: string

invite_id is the unique identifier of the invite to join the organization. Use JoinOrganization with this ID to join the organization.

formatuuid
InviteGetSummaryResponse object { organizationId, organizationMemberCount, organizationName }
organizationId: string
formatuuid
organizationMemberCount: optional number
formatint32
organizationName: optional string
InviteRetrieveResponse object { invite }
invite: OrganizationInvite { inviteId }
inviteId: string

invite_id is the unique identifier of the invite to join the organization. Use JoinOrganization with this ID to join the organization.

formatuuid