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
Example request
{
"username": "Test",
"firstName": "Charles",
"lastName": "Conway",
"email": "charles@example.com",
"company": "Example Ltd.",
"timezone": 2
}Response
Updated with success.
Example response
{
"username": "charles.conway",
"firstName": "Charles",
"lastName": "Conway",
"email": "charles@example.com",
"phone": "447860021130",
"company": "Example Ltd.",
"timezone": 13
}