/mcpPUT http://<connection-server>/vmrest/users/{objectid} <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <User> <DisplayName>johnd</DisplayName> </User> The following is the result of the above PUT request: 204 Accepted Deleting a User To delete a user account, do the following DELETE request: DELETE http://<connection-server>/vmrest/users/{objectid} The following is the result of the above DELETE request: 200 OK Searching for a User To search for a user account, do the following GET request: GET http://<connection-server>/vmrest/users?query=(alias%20startswith%20ab) Reset the MWI for a User The reset the MWI for a user: POST http://<connection-server>/vmrest/users/{objectid}?method=resetmwi Cisco Unity Connection Provisioning Interface (CUPI) API 14 Cisco Unity Connection Provisioning Interface (CUPI) API -- Examples of Basic Operations Deleting a User