Parameters for inviting a new user.
Name | Type | Description | Notes |
---|---|---|---|
name | str | Name of the user. | [optional] |
str | Email address of the user. | ||
is_admin | 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 | str | Indicates the access level of the user. | [optional] |