|
IUserServiceContractUserUpdate Method |
This operation modifies one or more data fields on an existing user. The user
object in the request message must contain a valid User_Id, an
email address (which isn't already in use by a different user), a
name, and a password. Any of these fields
may differ from what's stored in the database.
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 UserUpdateRequest
- A request message object, containing a user object.
Return Value
UserUpdateResponseA response message object, containing a
user object will all fields updated.
See Also