Policy Resource
Version: 3.3
Each user and user group has a policy in the system represented by a Policy Resource. This resource can be used to retrieve and update the policy of the user or user group.
The following methods are supported: GET
, HEAD
, POST
.
GET /api/policies/id
Returns a Policy Object that contains the state of the policy.
Example Request:
RequestResponse
GET http://<hostname>/api/policies/196
Host: hostname
Accept: application/json
Example Response:
RequestResponse
HTTP/1.1 200 OK
Content-Length: content length
Content-Type: application/json; charset=utf-8
ETag: "hash string"