curl -X GET 'https://api.example.com/scope-overrides/roles/scope_team' \
-H 'Authorization: Bearer YOUR_TOKEN'
[
{
"id": "override_123",
"childScopeId": "scope_team",
"roleId": "role_admin",
"state": "disabled"
}
]
Get role overrides for a specific scope
curl -X GET 'https://api.example.com/scope-overrides/roles/scope_team' \
-H 'Authorization: Bearer YOUR_TOKEN'
[
{
"id": "override_123",
"childScopeId": "scope_team",
"roleId": "role_admin",
"state": "disabled"
}
]
curl -X GET 'https://api.example.com/scope-overrides/roles/scope_team' \
-H 'Authorization: Bearer YOUR_TOKEN'
[
{
"id": "override_123",
"childScopeId": "scope_team",
"roleId": "role_admin",
"state": "disabled"
}
]
Was this page helpful?