Click or drag to resize

ServiceRouterUserInfoGetByEmpIdentifier Method

Note: This API is now obsolete.

**OBSOLETE** See V2 GetUserDetail(GetUserDetailIn)

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
[ObsoleteAttribute]
public UserInfoModel UserInfoGetByEmpIdentifier(
	string t,
	string empIdentifier
)

Parameters

t  String
A valid authentication token
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