/mcpPOST https://<Connection-server>/vmrest/users?templateAlias=voicemailusertemplate Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "Alias":"voicemailusertemplate1", "DisplayName":"Voice Mail User Template 1" } 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/users/f82b301d-1ec8-44c6-a3ee-0012269439bf Updating a User The following is an example of the PUT request that update details of a user: PUT https://<connection-server>/vmrest/users/<user-objectid> <User> <Alias>Texoma</Alias> <UseShortPollForCache> true</UseShortPollForCache> <ListInDirectory>true </ListInDirectory> <SkipPasswordForKnownDevice>true </SkipPasswordForKnownDevice> <IsVmEnrolled> true</IsVmEnrolled> <RouteNDRToSender >true</RouteNDRToSender > <MediaSwitchObjectId>ec1e2636-fc14-44fc-8cda-d6c1a3d61150 </MediaSwitchObjectId> <DtmfAccessId>99934</DtmfAccessId> <PartitionObjectId>da2114bf-cde7-43d8-9709-cd3895a9d41b</PartitionObjectId> <Inactive>false</Inactive> <CosObjectId>8ab2b94d-1531-4589-865f-27bd3eea8adc</CosObjectId> <SearchByExtensionSearchSpaceObjectId>877942bf-6600-4b7a-809d-159199cfc2ec</SearchByExtensionSearchSpaceObjectId> </User> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To update details of a user: PUT https://<connection-server>/vmrest/users/<user-objectid> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "DtmfAccessId":"123” } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 158 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Management API Updating a User