|
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.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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