latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

User

Edit current account info

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Account/updateCurrentUser" target="_blank">Try in sandbox</a><br>

put/api/v2/user

Request body

usernamestring
firstNamestring

Account first name.

lastNamestring

Account last name.

emailstring
phonestring
companystring

Account company name.

timezoneinteger

The timezome internal ID. See Get timezones.

Example request

{
  "username": "Test",
  "firstName": "Charles",
  "lastName": "Conway",
  "email": "charles@example.com",
  "company": "Example Ltd.",
  "timezone": 2
}

Response

Updated with success.

usernamestring

Username.

firstNamestring

Account first name.

lastNamestring

Account last name.

emailstring

User email address.

phonestring nullable
companystring nullable

Account company name.

timezoneinteger

Internal timezone ID. See Get timezones.

Example response

{
  "username": "charles.conway",
  "firstName": "Charles",
  "lastName": "Conway",
  "email": "charles@example.com",
  "phone": "447860021130",
  "company": "Example Ltd.",
  "timezone": 13
}