Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 936 Bytes

CloudInvitation.md

File metadata and controls

38 lines (17 loc) · 936 Bytes

bimdata.CloudInvitation

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 [optional] [default to RoleEnum.100]
projectRole Number * `100` - admin * `50` - user * `25` - guest [optional]
inAllProjects Boolean When inviting non-admin cloud user, specify if the user will be invited in all existing projects. project_role needs to be specified. [optional] [default to false]

Enum: RoleEnum

  • 100 (value: 100)

  • 50 (value: 50)

Enum: ProjectRoleEnum

  • 100 (value: 100)

  • 50 (value: 50)

  • 25 (value: 25)