Update the currently logged in user's details
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
string
will send this address an email to confirm
first_name
string
last_name
string
language
string
phone_number
string
204
No Content
# ``401 Unauthorized
# ``415 Unsupported Media Type
# ``422 Unprocessable Content
Updated 3 months ago
Bearer
Base URL
https://api.dealerware.com/admin/user
xxxxxxxxxx
curl --request PUT \
--url https://api.dealerware.com/admin/user \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
401415``422
Updated 3 months ago