Name | Type | Description | Notes |
---|---|---|---|
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] |
-
100
(value:100
) -
50
(value:50
)
-
100
(value:100
) -
50
(value:50
) -
25
(value:25
)