GET M/login?Key={Key}&UserName={UserName}&PasswordHash={PasswordHash}

Method for login users

Request Information

Parameters

NameDescriptionAdditional information
HttpRequestMessage
the http request message

None.

Key
No documentation available.

Define this parameter in the request URI.

UserName
the user name

Define this parameter in the request URI.

PasswordHash
the password hash

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.