Click or drag to resize

ServiceRouterUserInfoAdd Method

Adds a new UserInfoModel and returns UserInfoAddParamsOut

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public UserInfoAddParamsOut UserInfoAdd(
	UserInfoModel user
)

Parameters

user  UserInfoModel
A new UserInfoModel object

Return Value

UserInfoAddParamsOut
A UserInfoAddParamsOut object
Exceptions
ExceptionCondition
ServiceExceptionInvalid/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
* LastName

See Also