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>"
]
}
]
}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>"
]
}
]
}Was this page helpful?