DocsAPI ReferenceAdmin/bff/admin/block-member
postAdminAdmin BFF

/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

2 total
Body · 2
organisationSlugstringRequired

Slug of the organisation.

emailstringRequired

Email address of the member to block.

Request

POST /bff/admin/block-member

post
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.

Get API Key