Parameters
1 query
Query parameters
· 1memberIdstringRequiredExternal member id (shop__contact.external_id).
Example
example_memberIdFor 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.
1 query
memberIdstringRequiredExternal member id (shop__contact.external_id).
example_memberId1 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.