Click or drag to resize

NewUser Properties

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The NewUser type exposes the following members.

Properties
 NameDescription
Public propertyEmail The email of the user that should be added. This Email is the one used for login
Public propertyForms A list of forms assigned to the user.
Public propertyGroups A list of groups that the user is assigned to.
Public propertyLicenses Defines which licenses the user should have. Anysense Apps is added by default.
Public propertyRoles Roles applied to the user.
Public propertyUsername The username of the user that should be added
Top
See Also