API Reference/Management/Authz
POST
/v1/mgmt/authz/re/who

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
resourcestring
relationDefinitionstring
namespacestring
curl -X POST "https://api.descope.com/v1/mgmt/authz/re/who" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "resource": "string",
    "relationDefinition": "string",
    "namespace": "string"
  }'

OK

{
  "targets": [
    "string"
  ]
}

Was this helpful?