Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 906 Bytes

CloudInvitationRequest.md

File metadata and controls

37 lines (16 loc) · 906 Bytes

bimdata.CloudInvitationRequest

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 [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)