Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 721 Bytes

NewInvitation.md

File metadata and controls

14 lines (11 loc) · 721 Bytes

TalonOne.Model.NewInvitation

Parameters for inviting a new user.

Properties

Name Type Description Notes
Name string Name of the user. [optional]
Email 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]

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