Click or drag to resize
Infosoft Logo

IUserServiceContractUserCreate Method

This operation creates a new user. The user object in the request message must have an email address (which isn't already in use), a name, and a password.

Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  UserCreateRequest
A request message object, containing a user object.

Return Value

UserCreateResponse
A response message object, containing a new user object with a new User_Id.
See Also