|
IUserServiceContractUserGet Method |
This operation retrieves all data for an existing user. Either the
User_Id or the email address must be
defined on the user object in the request message. The other fields in the request
object will be ignored.
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 UserGetRequest
- A request message object, containing a user object.
Return Value
UserGetResponse
A response message object, containing the matched
user with all values set to what's in the database.
See Also