Parameters for inviting a new user.
Name | Type | Description | Notes |
---|---|---|---|
name | str | Name of the user being invited. | [optional] |
str | |||
acl | str | The `Access Control List` json defining the role of the user. This represents the access control on the user level. Use one of the following: - normal user: `{"Role": 0}` - admin: `{"Role": 127}` | |
roles | list[int] | An array of roleIDs to assign the new user to. | [optional] |