UserRegistrationStatus
Revision as of 21:05, 1 September 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Get the currently user status. The return is a enumeration that represent one of many possibilities of UserStatus. |Parameters= {{Api_Para...")
Description
Get the currently user status. The return is a enumeration that represent one of many possibilities of UserStatus.
Parameters
- token (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
- email (String, required)
- Email from the user that wants to check the status.
Returns
Returns a JSON object containing an object of UserStatus.
Example:
{
- "StatusCode": 0,
- "Severity": 1,
- "StatusMessage": "OK",
- "Content": 1
}
Exceptions
- None
Caching
This method is not cached.
Known issues
- None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial method design | Harley Cabral |