DocsAPI ReferenceAccount/bff/account/update-profile
postAccountAdmin BFF

/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

5 total
Body · 5
firstNamestring

First name (will be capitalized).

Length: 2100
lastNamestring

Last name (will be capitalized).

Length: 2100
middleNamestring | null
birthdaystring | null
genderstring | null

Request

POST /bff/account/update-profile

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

Get API Key