Update Your Information
The user authenticated with the API can update their own user profile information.
Learn about Changing Passwords & User Profiles
PUT
/api/{version}/objects/users/meHeaders
Section link for Headers| Name | Description |
|---|---|
Content-Type | application/x-www-form-urlencoded |
Accept | application/json (default) or application/xml |
Request
Section link for Requestcurl -X PUT -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "alias__v=API Admin" \
-d "user_timezone__v=America/Denver" \
https://myvault.veevavault.com/api/v17.2/objects/users/meResponse
Section link for Response{
"responseStatus": "SUCCESS",
"id": 25001
}