curl --request GET \
--url http://localhost:3333/v1/roles/permissions \
--header 'X-API-Key: <api-key>'{
"permissions": {}
}Returns the merged permissions for the given custom role names. Used by the frontend to resolve effective permissions for users with custom roles.
curl --request GET \
--url http://localhost:3333/v1/roles/permissions \
--header 'X-API-Key: <api-key>'{
"permissions": {}
}Was this page helpful?