curl --request PUT \
--url https://{tenant}.fincode.software/api/v6/services/usermanagement/profile-edit \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"phone": "<string>",
"dob": "<string>",
"nationality": "<string>",
"customerGender": "<string>",
"address": {
"address1": "<string>",
"address2": "<string>",
"city": "<string>",
"countryCommonName": "<string>",
"postcode": "<string>",
"countryIso3": "<string>",
"state": "<string>"
}
}
'Updates the user profile.
curl --request PUT \
--url https://{tenant}.fincode.software/api/v6/services/usermanagement/profile-edit \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"phone": "<string>",
"dob": "<string>",
"nationality": "<string>",
"customerGender": "<string>",
"address": {
"address1": "<string>",
"address2": "<string>",
"city": "<string>",
"countryCommonName": "<string>",
"postcode": "<string>",
"countryIso3": "<string>",
"state": "<string>"
}
}
'