put https://staging.zenput.com/api/v3/users//
Update all the properties of a user by providing an existing user ID and new values for the properties.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Update all the properties of a user by providing an existing user ID and new values for the properties.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://staging.zenput.com/api/v3/users/user_id/ \
--header 'content-type: application/json' \
--data '
{
"locale": "en_US",
"time_zone": "Etc/UTC"
}
'
Try It!
to start a request and see the response here!