GET User?emailID={emailID}&password={password}
Authenticates the given credentials (a null response is most likely due to invalid credentials)
Parameters
Name | Description | Additional information |
---|---|---|
emailID | Type: string (required) |
Define this parameter in the request URI. |
password | SHA1 hash (base64-encoded string) of the password (required) |
Define this parameter in the request URI. |
Response Information
Returns the UserProfile