Parameters
2 query
Query parameters
· 2organisationSlugstringRequiredSlug of the organisation the member belongs to.
Example
acme-corpidstringRequiredMember external ID (customer external_id).
Example
cust_abc123Returns full member profile including contact info, parent member, timezone, and activity data. Requires internal admin membership.
2 query
organisationSlugstringRequiredSlug of the organisation the member belongs to.
acme-corpidstringRequiredMember external ID (customer external_id).
cust_abc1231 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/admin/member-detail
curl -X GET "https://api.bizkithub.com/bff/admin/member-detail?organisationSlug=acme-corp&id=cust_abc123" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.