Skip to content
Ona Docs

Invites

CreateOrganizationInvite
organizations.invites.create(InviteCreateParams**kwargs) -> InviteCreateResponse
POST/gitpod.v1.OrganizationService/CreateOrganizationInvite
GetOrganizationInviteSummary
organizations.invites.get_summary(InviteGetSummaryParams**kwargs) -> InviteGetSummaryResponse
POST/gitpod.v1.OrganizationService/GetOrganizationInviteSummary
GetOrganizationInvite
organizations.invites.retrieve(InviteRetrieveParams**kwargs) -> InviteRetrieveResponse
POST/gitpod.v1.OrganizationService/GetOrganizationInvite
ModelsExpand Collapse
class OrganizationInvite:
invite_id: str

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

formatuuid
class InviteCreateResponse:
invite_id: str

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

formatuuid
class InviteGetSummaryResponse:
organization_id: str
formatuuid
organization_member_count: Optional[int]
formatint32
organization_name: Optional[str]
class InviteRetrieveResponse:
invite_id: str

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

formatuuid