コンテンツにスキップ

Get effective policy.

GET
/api/admin/effective-policy
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/effective-policy \
--header 'Authorization: Bearer <token>'

List Effective Policy in the Admin Miscellaneous area. Use this operation to retrieve effective policy data without mutating tenant state.

X-Tenant-Id
string

Tenant selector for multi-tenant admin requests.

client_id
string

Successful delete response.

Media type application/json
object
success
required
boolean
message
required
string
key
additional properties
Example
{
"success": true,
"message": "User deleted successfully"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}