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

/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

2 total
Body · 2
organisationSlugstringRequired

Slug of the target organisation.

usernamestringRequired

Username (email) of the user to add as a member.

Request

POST /bff/admin/add-member

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

Get API Key