Click or drag to resize
Infosoft Logo

UserServiceUserGet 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.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public 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.

Implements

IUserServiceContractUserGet(UserGetRequest)
See Also