Skip to main content
PUT
Update personal information

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

personId
string<uuid>
required

The unique identifier for the person

Body

application/json

Update person personal info request payload

dateOfBirth
string<date>

Person's date of birth

Example:

"1990-05-15"

nationalId
object

National identification document

taxId
object

National identification document

socialSecurityId
object

National identification document

gender
enum<string>

Person's gender

Available options:
male,
female,
other
Example:

"female"

nationality
string

ISO 3166-1 alpha-2 country code

Example:

"DE"

address
object

Address

Response

Successful operation