Returns the access profiles of the user’s current token.
URL
{WSUrl}/api/info/me/profiles
REQUEST METHOD
GET
URL PARAMETERS
This feature does not have parameters.
REQUEST EXAMPLE
{WSUrl}/api/info/me/profiles
SUCCESS RESPONSE
A JSON object in the following format:
{
string Code;
string Name;
}
SUCCESS RESPONSE EXAMPLES
[
{
"Code":"\/General\/Global_Administrator",
"Name":"Global Administrators"
},
{
"Code":"\/General\/System_User",
"Name":"System Users"
}
]