curl https://api.thanx.com/users/:id \ X PATCH \ -H "Content-Type: application/json" \ -H "Accept-Version: v4.0" \ -H "Accept: application/json" \ -H "Authorization: Bearer ${token}" \ -H "X-ClientId: ${client_id}" -D '{ "user": { "email": "<email>", "first_name": "<first_name>", "last_name": "<last_name>" } }'
{ "user": { "id": "wroeiu2304hfwf", "email": "john.smith@example.com", "phone": "+14158672345", "first_name": "Jane", "last_name": "Smith", "birth_date": { "year": 1987, "month": 8, "day": 14 }, "zip_code": "12345" } }
This endpoint updates the specified user’s information.
Show birth_date
+14157582345