ENUM

OrganizationInvitationRole

The possible organization invitation roles.

link GraphQL Schema definition

  • enum OrganizationInvitationRole {
  • # The user is invited to be a direct member of the organization.
  • DIRECT_MEMBER
  • # The user is invited to be an admin of the organization.
  • ADMIN
  • # The user is invited to be a billing manager of the organization.
  • BILLING_MANAGER
  • # The user's previous role will be reinstated.
  • REINSTATE
  • }