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

2 total
Query · 2
entitystringRequired

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

entityCodestringRequired

Public code/slug identifying the specific entity.

Request

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"

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.

Get API Key