McDewey

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

Page 45

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

C H A P T E R 6 Cisco Unity Connection Provisioning Interface (CUPI) API -- Examples of Basic Operations Links to Other API pages: Cisco_Unity_Connection_APIs • Reading a User's Information, on page 13 • Creating a User, on page 13 • Modifying a User, on page 13 • Deleting a User, on page 14 • Searching for a User, on page 14 • Reset the MWI for a User, on page 14 Reading a User's Information To read a user's information, do the following GET request: GET http://<connection-server>/vmrest/users/{objectid} Creating a User To create a user account, do the following POST request: POST http://<connection-server>/vmrest/users?templateAlias=voicemailusertemplate <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <User> <Alias>jdoe</Alias> <DtmfAccessId>7890</DtmfAccessId> </User> The following is the result of the above POST request: 201 Created The HTTP response will include the full URI to the newly created user in the Location header. Modifying a User To modify a user account, do the following PUT request: Cisco Unity Connection Provisioning Interface (CUPI) API 13

Image 1 from page 45