McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 46

↗ View in doc context
page
46
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::13

PUT 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