Replace resource scopes for organization role
Replace all resource scopes that are assigned to the specified organization role with the given resource scopes. This effectively removes all existing organization scope assignments and replaces them with the new ones.
Path parameters
-
The unique identifier of the organization role.
PUT /api/organization-roles/{id}/resource-scopes
curl \
-X PUT https://[tenant_id].logto.app/api/organization-roles/{id}/resource-scopes \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"scopeIds":["string"]}'
Request examples
{
"scopeIds": [
"string"
]
}