Me - Workflow

Returns basic information on the user’s current token.

 

URL

{WSUrl}/api/info/me

 

REQUEST METHOD

GET

 

URL PARAMETERS

This feature does not have parameters.

 

REQUEST EXAMPLE

{WSUrl}/api/info/me

 

SUCCESS RESPONSE

A JSON object will be returned in the following format:

{

string Id;

string Name;

string Login;

string Email;

}