MemberRequestItem Properties
An object defining properties for the MemberRequestItem class.
MemberType
Gets the type classification of the member.
Type: MemberType
Accepted Values:
Name Value PermissionGroup 0 User 1 Position 2 Profession 3 Department 4 UserGroup 5
The MemberType property specifies the category or classification of the member using the MemberType enumeration, which helps determine their role and capabilities in the authorization system.
MemberId
Gets the unique identifier of the member.
Type: long
The MemberId property represents the unique identifier for the member in the system, used to distinctly identify and reference this member in authorization operations.