Click or drag to resize

WSUserInfoUserInfoGetByEmpIdentifier Method

**OBSOLETE** See V2 GetUserDetail(GetUserDetailIn)

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

Parameters

empIdentifier  String
A valid employee identifier

Return Value

UserInfoModel
A UserInfoModel object
Remarks
Use this method to get a single user from the data store.
This method will only apply the EmpIdentifier property when performing the lookup.
See Also