| ServiceRouterUserInfoGetByEmpIdentifier Method |  | 
Note: This API is now obsolete.
Namespace: AppOne.Web.Service.Services.V1R0Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntax[ObsoleteAttribute]
public UserInfoModel UserInfoGetByEmpIdentifier(
	string t,
	string empIdentifier
)
function UserInfoGetByEmpIdentifier(t, empIdentifier);
Parameters
- t  String
- A valid authentication token
- empIdentifier  String
- A valid employee identifier
Return Value
UserInfoModelA 
UserInfoModel object 
 Remarks
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
See Also