Returns basic information on the user’s current token.
URL
{RMUrl}/api/info/me
REQUEST METHOD
GET
URL PARAMETERS
This feature does not have parameters.
REQUEST EXAMPLE
{RMUrl}/api/info/me
SUCCESS RESPONSE
A JSON object will be returned in the following format:
{
string Id;
string Name;
string Login;
string Email;
}