Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 530 Bytes

ProjectInvitation.md

File metadata and controls

25 lines (12 loc) · 530 Bytes

bimdata.ProjectInvitation

Properties

Name Type Description Notes
id Number [readonly]
email String email of the user to invite
redirectUri String User will be redirected to this uri when they accept the invitation
role Number * `100` - admin * `50` - user * `25` - guest

Enum: RoleEnum

  • 100 (value: 100)

  • 50 (value: 50)

  • 25 (value: 25)