/bff/member/confirm-invite
Completes the member invitation flow — creates the user account and links them to the organisation.
MemberpostBffMemberConfirm-invite
Parameters
7 body
Body · 7
tokenstringRequiredInvitation token from the email link.
localestringRequiredCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
firstNamestringRequiredNew member first name.
lastNamestringRequiredNew member last name.
passwordstringRequiredAccount password (min 8 chars).
Length: 8–∞
checkboxTermsbooleanRequiredAccepted terms of service.
checkboxMarketingbooleanRequiredAccepted marketing communications.
Request
POST /bff/member/confirm-invite
curl -X POST "https://api.bizkithub.com/bff/member/confirm-invite" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"token": "example_token",
"locale": "cs",
"firstName": "Jan",
"lastName": "Novák",
"password": "example_password",
"checkboxTerms": false,
"checkboxMarketing": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.