Skip to main content

OrganizationRole

The possible roles a membership of an organization can inhabit.

enum OrganizationRole {
ADMIN
MEMBER
OWNER
}

Values

OrganizationRole.ADMIN

An Admin role indicates that the user is an administrator of an organization. The administrator role is distinct and independent from the HSA role. An Admin MAY ALSO be a Member, but in general it is expected that admins and members will be distinct.

OrganizationRole.MEMBER

A Member role indicates that the user has an HSA associated with this organization. A Member MAY ALSO be an Admin.

OrganizationRole.OWNER

Owner is a class of admin with elevated permissions. This role is assigned to the admin who creates the organization and can be granted to additional admins as required.

Member of

OrganizationMembershipResultNode object ● SearchEmployeesResultNode object