users
Update user by id
Updates a user payload by user id using English field names.
patch/api/users/by-id/{user_id}
Path parameters
user_idstring uuid required
Request body
Response
Successful Response
Example response
{
"city": "Rome",
"commercial_communications_consent": true,
"country_of_residence": "Italy",
"date_of_birth": "1990-01-01",
"email": "user@example.com",
"first_name": "John",
"gender": "male",
"has_profile_photo": false,
"home_address": "Via Example 123",
"how_did_you_hear_about_us": "Social media",
"id": "123e4567-e89b-12d3-a456-426614174000",
"last_name": "Doe",
"phone": "+39 123 456 7890",
"postal_code": "00100",
"province": "RM",
"registration_reason": "WANT_TO_START_JOURNEY",
"roles": [
"patient"
],
"tax_code": "RSSMRA90A01H501X"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.