/bff/permission/entity-share-list
Returns members who can see the entity: those with an explicit grant in cas__organisation_entity_permission, plus members with the root permission (implicit access). Used by the admin sharing dialog.
PermissiongetBffPermissionEntity-share-list
Parameters
2 query
Query · 2
entitystringRequiredEntity code (e.g. "calendar").
entityCodestringRequiredPublic code/slug identifying the specific entity.
Request
GET /bff/permission/entity-share-list
curl -X GET "https://api.bizkithub.com/bff/permission/entity-share-list?entity=example_entity&entityCode=example_entityCode" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.