/mcpResponse Code: 200 Creating a Directory Handler The following is an example of the POST request that creates a new directory handler: POST https://<connection-server>/vmrest/handlers/directoryhandlers Request Body: <DirectoryHandler> <DisplayName>Taxoma_Directory Handler</DisplayName> </DirectoryHandler> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/handlers/directoryhandlers/16090424-1c38-4901-a465-3b76ffaf437a JSON Example To create a new directory handler, do the following: POST https://<connection-server>/vmrest/handlers/directoryhandlers Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "DisplayName": "Texoma123_Directory Handler" } The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/handlers/directoryhandlers/16090424-1c38-4901-a465-3b76ffaf437a Delete the Directory Handler This request can be used to delete a directory handler. DELETE https://<connection-server>/vmrest/directory handler/<directoryHandlerObjectId> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To delete the directory handler, do the following: DELETE https://<connection-server>/vmrest/directory handler/<directoryHandlerObjectId> Accept: application/json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 531 Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler APIs Creating a Directory Handler