View the User Permissions

Use the following details to view the User permissions using REST interface:

HTTP Method

GET

Endpoint URL

See the REST Service Endpoint topic for more details.

Resource

/admin/permission

Request Model

Media Type: application/json

Response Model

{
  "data": [
    {
      "description": "string",
      "name": "string"
    }
  ],
  "duration": 0,
  "result": {
    "code": "string",
    "message": "string",
    "params": [
      "string"
    ]
  },
  "startTimestampMS": 0
}

Response Codes and Descriptions

Response Code Description
401 Unauthorized
403 Forbidden
404 Not Found