Click or drag to resize

DeleteUserInEmpIDList Property

A list of user EmpIDs that define the specific user

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

Property Value

ListString
Remarks
A list of user EmpIDs that define the specific user. To get a list of valid user EmpIds see the GetUserBasic(GetUserBasicIn) method.
Caution note  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