/bff/admin/add-member
Creates a new membership for an existing user in the specified organisation. If the user is already a member, returns the existing membership. Sends a welcome email notification. Requires internal admin membership.
AdminpostBffAdminAdd-member
Parameters
2 body
Body · 2
organisationSlugstringRequiredSlug of the target organisation.
usernamestringRequiredUsername (email) of the user to add as a member.
Request
POST /bff/admin/add-member
curl -X POST "https://api.bizkithub.com/bff/admin/add-member" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"organisationSlug": "acme-corp",
"username": "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.