Skip to content

Update account preferences

Request

Make changes to the account's user preferences

Security
SessionKey(Required scopes: customeradministrator)
Path
numberstringrequired

Alphanumeric identifier of the user account

Bodyapplication/json
regionstringrequired

The user's preferred region. Events and advertisements from the selected region will be shown by default.

curl -i -X PUT \
  'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/preferences' \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "region": "/regions/19290238432215"
  }'

Responses

The user accpunt preferences were successfully updated.

Bodyapplication/json
regionstringrequired

The user's preferred region. Events and advertisements from the selected region will be shown by default.

Response
{ "region": "/regions/19290238432215" }