BizKitHub
DocsAPI ReferenceAdmin/bff/admin/update-organisation-admin-contact
postAdminAdmin BFF

/bff/admin/update-organisation-admin-contact

Admin-scoped counterpart of POST /organisation/update-admin-contact. Re-points admin_contact_id on any organisation looked up by slug. Requires internal admin membership.

AdminpostBffAdminUpdate-organisation-admin-contact

Parameters

JSON body

Request body

application/json
organisationSlugstringRequired

Slug of the organisation.

Exampleacme-corp
contactExternalIdstringRequired

shop__contact.external_id of an in-org contact with a deliverable e-mail.

Examplecust_abc123

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/admin/update-organisation-admin-contact

post
curl -X POST "https://api.bizkithub.com/bff/admin/update-organisation-admin-contact" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "organisationSlug": "acme-corp",
  "contactExternalId": "cust_abc123"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key