WSUserInfoUserInfoDeleteByEmpIdentifier Method | |
**OBSOLETE** See V2 DeleteUser(DeleteUserIn)
Namespace: AppOne.Web.Service.Services.V1R0.CustomerAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool UserInfoDeleteByEmpIdentifier(
string empIdentifier
)
function UserInfoDeleteByEmpIdentifier(empIdentifier);
Parameters
- empIdentifier String
- A valid employee identifier
Return Value
BooleanTrue 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