McDewey

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

Page 205

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

JSON Example To update details of a user: PUT https://<connection-server>/vmrest/adminusers/<user-objectid> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "TimeZone":"170” } 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 Deleting Admin User without Mailbox The following is an example of the DELETE request that can be used to delete a user who does not have a mailbox: DELETE https://<connection-server>/vmrest/adminusers/<user-objectid> Response Code: 204 JSON Example To delete a user, do the following: DELETE https://<connection-server>/vmrest/adminusers/<user-objectid> Accept: application/json Content-type: application/json Connection: keep_alive Response Code: 204 Explanation of Data Fields Description Data Type Operation Field Name A unique text name of a user. String(64) Read/Write Alias A flag displays the status of a user. Possible values: • true: if user is inactive. • false: if user is active. Default Value: false You can only change the status from true to false. Note Boolean Read/Write Inactive Cisco Unity Connection Provisioning Interface (CUPI) API 173 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Management API Deleting Admin User without Mailbox