Name | Description | Type | Additional information |
---|---|---|---|
UserName |
Gets or sets the user's user name. |
string |
Required |
FirstName |
Gets or sets the user's first name. |
string |
Required Max length: 50 |
LastName |
Gets or sets the user's last name. |
string |
Required Max length: 50 |
FullName |
Gets the user's full name. |
string |
None. |
OrganizationId |
Gets or sets the user's organization identifier. |
integer |
None. |
OrganizationName |
Gets or sets the organization name. |
string |
None. |
ClientId |
Gets or sets the user's client identifier. |
integer |
None. |
ClientName |
Gets or sets the client name. |
string |
None. |
Id |
Gets or sets the user's user identifier. |
integer |
None. |
Gets or sets the user's email address. |
string |
Required Matching regular expression pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4} |
|
SignatureFont |
Gets or sets the font of the user's signature. |
string |
None. |
PhoneNumber |
Gets or sets the user's phone number. |
string |
Matching regular expression pattern: ^[01]?[- .]?(\([2-9]\d{2}\)|[2-9]\d{2})[- .]?\d{3}[- .]?\d{4}$ |
Password |
Gets or sets the user's password when creating a new user. |
string |
Data type: Password |
Active |
Gets or sets a value indicating whether the user is active. |
boolean |
None. |
Roles |
Gets or sets the list of roles associated to the user. |
Collection of string |
None. |
IsClientAdmin |
Gets or sets a value indicating whether or not the user is a client admin. |
boolean |
None. |
IsOrganizationAdmin |
Gets or sets a value indicating whether or not the user is an organization admin. |
boolean |
None. |
FeaturePermissions |
Gets or sets a list of feature permissions. |
Collection of integer |
None. |
Permissions |
Gets or sets the permissions. |
Collection of ESignSystems.SmartSAFE.Models.Security.PermissionAssignmentModel |
None. |
Clients |
Gets or sets the clients. |
Collection of ESignSystems.SmartSAFE.Models.Security.UserClientAssignmentModel |
None. |
RequiresPasswordChange |
Gets or sets whether the user requires a password change. |
boolean |
None. |
UserManagement |
Gets or sets whether the user has the user management permission. |
boolean |
None. |
CustodianId |
Gets or sets the custodian id. |
string |
None. |
LockedOut |
Gets or sets a value inticating whether the user is locked out. |
boolean |
None. |