Class UserContract
Represents a user
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class UserContract : Object
Name | Description |
---|---|
UserContract() |
Fields
Name | Description |
---|---|
AbsenceDateEnd | End of the absence. Date format: yyyy-MM-ddTHH:mm:ss |
AbsenceDateStart | Start of the absence. Date format: yyyy-MM-ddTHH:mm:ss |
Absent | If the user is not available. |
Active | Retrieves if user is active |
AllowedIPEndpoints | List of allowed ip endpoints for the user. |
ApplicationUser | Use application license for this user instead of concurrent license |
CanNotAccessPrivateFolder | Defines if the user can access his or hers private folder. |
DeputyRepresantiveUserId | Id of the deputy. The deputy must be active and not obsolete. |
DisplayName | Display name for the user |
Domain | Windows domain for this user |
DoNotShowPersonalFolderSystem | Defines if the personal folder system is shown or not. Default: False |
Mail address for the user |
|
ExternalUser | Defines if the user is external |
HasEmailNotification | Activate mail notifications for this user |
HiddenInUI | Defines if the user hides in the UI. |
Id | Id of the user |
IgnorePasswordExpiration | Defines if the password expiration is ignored |
LoginName | Login name for the user |
LoginWithCertificate | Allow login with a user certificate |
LoginWithInternalPassword | Allow login with a password |
LoginWithoutPassword | Allow login without any password |
LoginWithWindowsUser | Allow login with windows user |
NamedUser | Use named license for this user instead of concurrent license |
Obsolete | Retrieves if user is obsolete |
PhoneNumber | Phone number for this user |
ReadOnlyUser | Defines if the user read only. |
SID | The Windows SID. |
UserFromDateTimeActive | User from date time active. Date format: yyyy-MM-ddTHH:mm:ss |
UserMustChangePassword | Defines if the user must change password on next login. |
UserToDateTimeActive | User to date time active. Date format: yyyy-MM-ddTHH:mm:ss |