# 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** | * &#x60;100&#x60; - admin * &#x60;50&#x60; - user * &#x60;25&#x60; - guest | 



## Enum: RoleEnum


* `100` (value: `100`)

* `50` (value: `50`)

* `25` (value: `25`)




