The Update Profile endpoint is used to modify an existing profile’s attributes when your internal records change (for example, contact updates, tier upgrades, address changes). Updating profiles ensures future risk evaluations use the latest, accurate data.Documentation Index
Fetch the complete documentation index at: https://docs.profiledrisk.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
[PUT]
Header
| Header | Type | Description |
|---|---|---|
| Authorization | string | private key |
Request Body
| Parameter | Type | Description | Required |
|---|---|---|---|
| user.email | string | User’s email | optional |
| user.tier | string | User’s level or tier | optional |
| user.mobile | string | User’s mobile | optional |
| device.language | string | Device Language | optional |
| address.city | string | Address City | optional |
| address.country | string | Address Country | optional |
The structure mirrors Create Profile, but you send only the fields you want to update:

