Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 500 Bytes

ProjectInvitationRequest.md

File metadata and controls

24 lines (11 loc) · 500 Bytes

bimdata.ProjectInvitationRequest

Properties

Name Type Description Notes
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)