Privileges - Workflow

Returns the privileges of the user's current token.

 

URL

{WSUrl}/api/info/me/privileges

 

REQUEST METHOD

GET

 

URL PARAMETERS

This feature does not have parameters.

 

REQUEST EXAMPLE

{WSUrl}/api/info/me/privileges

 

SUCCESS RESPONSE

A JSON object in the following format:

{

string Code;

string Name;

}

 

SUCCESS RESPONSE EXAMPLE

[

{

  "Code":"\/General\/Search_Content",

  "Name":"Search Content"

},

{

  "Code":"\/General\/View_Online_Docs",

  "Name":"View Documentation"

},

{

  "Code":"\/Administration\/Module_Access",

  "Name":"Access the Administration Module"},

{

  "Code":"\/MySpace\/Module_Access",

  "Name":"Access the Home Module"},

{

  "Code":"\/Organization\/Module_Access",

  "Name":"Access the Organization Module"},

{

  "Code":"\/Organization\/BusinessComponent_Manage",

  "Name":"Manage Business Components"},

{

  "Code":"\/Organization\/OrganizationalStructure_Manage",

  "Name":"Manage the Organizational Structure"},

{

  "Code":"\/Organization\/OrganizationalStructure_View",

  "Name":"View the Organizational Structure"

},

  "Code":"\/RiskManagement\/Module_Access",

  "Name":"Access the Risk Module"

}

]