Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 622 Bytes

File metadata and controls

18 lines (10 loc) · 622 Bytes

OrganizationMemberModel

Describes an Organization Member.

Properties

Name Type Description Notes
userId String Identifier of the Organization Admin.
fullName String Name of the Organization Admin.
email String Email of the OrganizationAdmin.
twoFactorEnabled Boolean Determines whether 2FA is enabled for the Organization Admin.
permissions List<OrganizationPermissionModel> The permissions of the Member.