PATCH
/
v2
/
user
/
{user_id}
curl --request POST \
     --url {{BASE_URL}}/v2/user/ \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: <API_KEY>' \
     --header 'Content-Type: application/json' \
     --data '
{
     "fallback_time_zone": "Europe/London",
     "fallback_birth_date" "1980-03-13"
}
'
This response does not have an example.
curl --request POST \
     --url {{BASE_URL}}/v2/user/ \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: <API_KEY>' \
     --header 'Content-Type: application/json' \
     --data '
{
     "fallback_time_zone": "Europe/London",
     "fallback_birth_date" "1980-03-13"
}
'

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Path Parameters

user_id
string
required

Body

application/json

Response

204

Successful Response