Enum RoleType
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll 0 = employee, 1 = external user, 2 = anonymous This Enum is used by: Role.roleType
Fields
Anonymous = 2
2: Anonymous (implicit) users.
Employee = 0
0: Normal employee
ExternalUser = 1
1: External User
System = 3
3: System users - sentry is bypassed for this kind of users.