Click or drag to resize

GetUserTimeOffBalanceModelEmpIdentifier Property

Gets the Employee Number/Identifier assigned to a user

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

Property Value

String
Remarks
Gets the Employee Number/Identifier assigned to a user. This value represents the employee personal unique identity assigned to a user. This value is represented as a companies internal ID or the external ID to time-web. Value may contain alphanumeric text. The maximum length for this value is 50 characters.

Note  Note
To get additional user information see the GetUserDetail(GetUserDetailIn) or GetUserBasic(GetUserBasicIn) methods.
Example
EMP2013X007
See Also