curl --request POST \
--url https://api.example.com/v1/nfor/policies-roles \
--header 'Content-Type: application/json' \
--data '
{
"policyNames": [
"<string>"
]
}
'[
{
"roleString": "<string>",
"tokenId": "<string>",
"policyName": "<string>"
}
]Fetch policies roles
curl --request POST \
--url https://api.example.com/v1/nfor/policies-roles \
--header 'Content-Type: application/json' \
--data '
{
"policyNames": [
"<string>"
]
}
'[
{
"roleString": "<string>",
"tokenId": "<string>",
"policyName": "<string>"
}
]Was this page helpful?