/bff/permission/member-entity-summary
For every shareable entity type returns: the count of entities the member can see, the total available in the organisation, whether visibility comes from root, and up to 3 example names. Powers the reverse-axis "what does this member see" UI block in admin.
PermissiongetBffPermissionMember-entity-summary
Parameters
1 query
Query · 1
memberIdstringRequiredExternal member id (shop__contact.external_id).
Request
GET /bff/permission/member-entity-summary
curl -X GET "https://api.bizkithub.com/bff/permission/member-entity-summary?memberId=example_memberId" \
-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.