# 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** | * &#x60;100&#x60; - admin * &#x60;50&#x60; - user | [readonly] 



## Enum: RoleEnum


* `100` (value: `100`)

* `50` (value: `50`)




