Click or drag to resize

NewUser Class

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.
Class used to represent a user that should be added to the current subscription
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.UserNewUser

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.User
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class NewUser

The NewUser type exposes the following members.

Constructors
 NameDescription
Public methodNewUserInitializes a new instance of the NewUser class
Top
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