Click or drag to resize

AddUserProfileStatus Property

Gets the status assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int? Status { get; set; }

Property Value

NullableInt32
Remarks
Gets the status assigned to a user . The user status defines the state at which a user currently exists at in the system. This value is an enum type consisting of five different states. A user can have only one status assigned at a given time.

Note  Note
Setup:
Manager > Employees > Information Tab

Enumerated Values

NameValue
Inactive0
Active1
LeaveofAbsence2
FMLA3
Terminated4
Caution note  Caution
The Status is controlled by an effective date.
Example
Active, Terminated
See Also