BizKitHub
DocsAPI ReferenceOrganisation/bff/organisation/update-admin-contact
postOrganisationAdmin BFF

/bff/organisation/update-admin-contact

Re-points cas__organisation.admin_contact_id at another in-org shop__contact. The contact must belong to the caller's organisation and must carry an email (otherwise platform notifications have nowhere to go). Bumps the cache; downstream support-email lookups pick up the change on the next request.

OrganisationpostBffOrganisationUpdate-admin-contact

Parameters

JSON body

Request body

application/json
contactExternalIdstringRequired

shop__contact.external_id of an in-org contact with a deliverable email address.

Examplecust_abc123

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/organisation/update-admin-contact

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key