Skip to main content
POST
/
v1
/
nfor
/
org-policies-roles
Fetch org policies roles
curl --request POST \
  --url https://api.example.com/v1/nfor/org-policies-roles \
  --header 'Authorization: <api-key>'
{
  "meta": {
    "total": 123,
    "lastPage": 123,
    "currentPage": 123,
    "perPage": 123,
    "prev": 123,
    "next": 123
  },
  "data": [
    {
      "policy": "<string>",
      "policyId": "<string>",
      "roles": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

page
string
pageLimit
string

Response

201 - application/json

ok

meta
object
data
object[]