Update the stored profile picture URL for a platform user
Security
bearerToken
- Productionhttps://api-v2.dash.app/platform/users/{id}/profile-picture
- Staginghttps://api-v2.dashstaging.app/platform/users/{id}/profile-picture
curl -i -X PUT \
'https://api-v2.dash.app/platform/users/{id}/profile-picture' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"pictureUrl": "https://example.com/profile-picture.jpg"
}'