Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
Gets or sets the user's client identifier. |
integer |
None. |
OrganizationId |
Gets or sets the user's organization identifier. |
integer |
None. |
UserName |
Gets or sets the user's user name. |
string |
Required Max length: 256 |
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 |
Gets or sets the user's email address. |
string |
Required Data type: EmailAddress Matching regular expression pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]+ Max length: 256 |
|
PhoneNumber |
Gets or sets the user's phone number. |
string |
Data type: PhoneNumber |
Active |
Gets or sets a value inticating whether the user is active. |
boolean |
None. |
LockedOut |
Gets or sets a value inticating whether the user is locked out. |
boolean |
None. |
SignatureFont |
Gets or sets the font of the user's signature. |
string |
None. |
IsAdmin |
Gets or sets a value indicating whether or not the user is an admin. |
boolean |
None. |
RequiresPasswordChange |
Gets or sets a value indicating whether or not the user must change their password on next login. |
boolean |
None. |
SignatureImage |
Gets or sets the user's signature image. |
ESignSystems.SmartSAFE.Models.Signing.SignatureImageModel |
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. |
CustodianId |
Gets or sets the custodian id. |
string |
None. |