Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 784 Bytes

NewInvitation.md

File metadata and controls

14 lines (10 loc) · 784 Bytes

NewInvitation

Parameters for inviting a new user.

Properties

Name Type Description Notes
name str Name of the user being invited. [optional]
email 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]

[Back to Model list] [Back to API list] [Back to README]