Skip to content

The user authenticated with the API can update their own user profile information.

Learn about Changing Passwords & User Profiles in Vault Help.

PUT/api/{version}/objects/users/me
NameDescription
Content-Typeapplication/x-www-form-urlencoded
Acceptapplication/json (default) or application/xml
curl -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/me
{ "responseStatus": "SUCCESS", "id": 25001 }