Click or drag to resize

WSUserInfoUserInfoDeleteByEmpIdentifier Method

**OBSOLETE** See V2 DeleteUser(DeleteUserIn)

Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool UserInfoDeleteByEmpIdentifier(
	string empIdentifier
)

Parameters

empIdentifier  String
A valid employee identifier

Return Value

Boolean
True if the user was deleted
Remarks
Use this method to delete a single user from the data store. A user can only be deleted if they have no associated data such as time punches. If the user does have associated data such as time data then they will be marked as inactive.
See Also