Specify the recipient in the URL to see a specific assigned permission. To view effective permissions, use the form above.
Method |
URL |
||
GET |
http://<host>:<port>/jasperserver[-pro]/rest_v2/permissions/path/to/resource;recipient= |
||
Argument |
Type/Value |
Description |
|
recipient |
string required |
The recipient format specifies user or role, the object ID and the organization ID if necessary. The vertical bar character must be encoded, for example: user:joeuser%7Corganization_1 |
|
Options |
|||
accept: application/xml (default) accept: application/json |
|||
Return Value on Success |
Typical Return Values on Failure |
||
200 OK – The body describes the requested permission. |
404 Not Found – When the specified resource URI or recipient is invalid. |