ENUM

OrganizationMembershipRole

Roles that a user can have in an organization

link GraphQL Schema definition

  • enum OrganizationMembershipRole {
  • # The user is a standard member of the organization (includes providers)
  • STANDARD
  • # The user is a support member of the organization
  • SUPPORT
  • }