Click or drag to resize
Infosoft Logo

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.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
UserGetResponse UserGet(
	UserGetRequest request
)

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