DeleteUserInEmpIDList Property | |
A list of user EmpIDs that define the specific user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<string> EmpIDList { get; set; }
function get_EmpIDList();
function set_EmpIDList(value);
Property Value
ListStringRemarks
A list of user EmpIDs that define the specific user.
To get a list of valid user EmpIds see the
GetUserBasic(GetUserBasicIn) method.
Caution |
---|
This endpoint will only work using a list of employee IDs. An employee ID or EmpID is different from a UserID in that
the UserID is an internal auto incrementing key. The EmpID is a string value that can also be a system of record for
the client of the time application.
|
Example
See DeleteUser(DeleteUserIn) for example
See Also