Parameters for inviting a new user.
Name | Type | Description | Notes |
---|---|---|---|
name | String | Name of the user. | [optional] |
String | Email address of the user. | ||
isAdmin | Boolean | Indicates whether the user is an `admin`. | [optional] |
roles | List<Integer> | A list of the IDs of the roles assigned to the user. | [optional] |
acl | String | Indicates the access level of the user. | [optional] |