Update the details of the specified user account
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}
curl -i -X PUT \
'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"firstName": "Marvin",
"lastName": "Milk",
"title": "Mr",
"dateOfBirth": "1974-09-14",
"phone": "+1 (268) 555 0123",
"country": "Antigua and Barbuda",
"firstAddressLine": "New Safe House",
"secondAddressLine": "",
"city": "Undisclosed",
"state": "Undisclosed"
}'The user account details were successfully updated.
Response
{ "self": "/accounts/MO-6A39EE8D", "number": "MO-6A39EE8D", "username": "mothers.milk", "email": "marvin.milk@usmc.gov", "role": "customer", "verified": false, "activated": true, "firstName": "Marvin", "lastName": "Milk", "title": "Mr", "dateOfBirth": "1974-09-14", "phone": "+1 (268) 555 0123", "country": "Antigua and Barbuda", "firstAddressLine": "Jennings New Extension", "secondAddressLine": "", "city": "Jennings", "state": "Saint Mary's", "preferences": "/accounts/MO-6A39EE8D/preferences" }