/bff/account/update-profile
Partial update of the authenticated user profile. Only provided fields are changed. Supersedes /set-name for new code — supports all personal fields including birthday and gender.
AccountpostBffAccountUpdate-profile
Parameters
5 body
Body · 5
firstNamestringFirst name (will be capitalized).
Length: 2–100
lastNamestringLast name (will be capitalized).
Length: 2–100
middleNamestring | nullbirthdaystring | nullgenderstring | nullRequest
POST /bff/account/update-profile
curl -X POST "https://api.bizkithub.com/bff/account/update-profile" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"firstName": "example_firstName",
"lastName": "example_lastName"
}'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.