Click or drag to resize

UserInfoBaseModelStatus Property

Gets or sets the Status for a user

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Status { get; set; }

Property Value

String
Remarks
The user Status defines the state at which a user currently exists at in the system. There are several status that a user can have, however the status can only be set to one status at a time. Please view the Enumerated Values below for a valid list of Enum types.

Enumerated Values

NameValue
Inactive0
Active1
LeaveofAbsence2
FMLA3
Terminated4
Note: The enum alias (integer) values are only used for inbound requests.
Example
Active or "1", Terminated or "4"
See Also