OrganizationMembershipRole
Roles that a user can have in an organization
Used By
Definition
"""Roles that a user can have in an organization"""enum OrganizationMembershipRole { """ The user is a standard member of the organization (includes providers) """ STANDARD
""" The user is a support member of the organization """ SUPPORT}