Parameters for inviting a new user.
Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of the user. | [optional] |
string | Email address of the user. | ||
IsAdmin | bool | Indicates whether the user is an `admin`. | [optional] |
Roles | List<int> | A list of the IDs of the roles assigned to the user. | [optional] |
Acl | string | Indicates the access level of the user. | [optional] |