/bff/admin/block-member
Blocks a member by email in the specified organisation. Invalidates all their API keys and sends a notification email. Cannot block the last active member. Requires internal admin membership.
AdminpostBffAdminBlock-member
Parameters
2 body
Body · 2
organisationSlugstringRequiredSlug of the organisation.
emailstringRequiredEmail address of the member to block.
Request
POST /bff/admin/block-member
curl -X POST "https://api.bizkithub.com/bff/admin/block-member" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"organisationSlug": "acme-corp",
"email": "john@example.com"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.