ServiceRouterUserInfoAdd Method | |
Namespace: AppOne.Web.Service.Services.V1R0Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax Exceptions Exception | Condition |
---|
ServiceException | Invalid/missing data, EmpIdentifier already exists. |
Remarks
Use this method to add one new user to the data store. The operation will only add new users, if the user already exists then it will return an exception.
Required Fields
*
AuthToken
*
EmpIdentifier
*
FirstName
*
LastNameSee Also