Profiles – Modulo Risk Manager

Returns the access profiles of the current user's token, both default and custom profiles.

 

URL

{RMUrl}/api/info/me/profiles

 

REQUEST METHOD

GET

 

URL PARAMETERS

This feature does not have parameters.

 

REQUEST EXAMPLE

{RMUrl}/api/info/me/profiles

 

SUCCESS RESPONSE

A JSON object will be returned in the following format:

{

string Code;

string Name;

}

 

SUCCESS RESPONSE EXAMPLE

[

{

  "Code":"\/General\/Global_Administrator",

  "Name":"Global Administrators"

},

{

  "Code":"\/General\/System_User",

  "Name":"System Users"

}

]