Modify user
put /api/v1/mdm/users/{user_id}
https://{server-hostname}:8383/api/v1/mdm/users/{user_id}
MDMUser.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the user. Obtain from the Get Users response
Updated email address of the user (required)
Updated name of the managed user (required)
Updated phone number of the managed user (required)
curl --request PUT \
--url https://appdomain/api/v1/mdm/users/{user_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"user_email":"updated_email@zylker.com","user_name":"Mr Zylker Updated","phone_number":"+1-555-0****00"}'Update email, name, and phone number of a managed user
{
"user_email": "updated_email@zylker.com",
"user_name": "Mr Zylker Updated",
"phone_number": "+1-555-0****00"
}
202 Accepted![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.