BizKitHub
DocsAPI ReferencePermission/bff/permission/entity-share-list
getPermissionAdmin BFF

/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 parameters

· 2
entitystringRequired

Entity code (e.g. "calendar").

Exampleexample_entity
entityCodestringRequired

Public code/slug identifying the specific entity.

Exampleexample_entityCode

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/permission/entity-share-list

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key