McDewey

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

Page 295

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

• Cisco Unity Connection Provisioning Interface (CUPI) API -- User Template Mailbox Updating Mailbox Quota Request Body: for use system settings <UserTemplate> <ReceiveQuota>-2</ReceiveQuota> <SendQuota>-2</SendQuota> <WarningQuota>-2</WarningQuota> </UserTemplate> The following is the response from the PUT request for use system settings and the actual response will depend upon the information given by you: Response Code: 204 Request Body: for custom system maximum settings <UserTemplate> <ReceiveQuota>-1</ReceiveQuota> <SendQuota>-1</SendQuota> <WarningQuota>-1</WarningQuota> </UserTemplate> The following is the response from the PUT request for custom system maximum settings and the actual response will depend upon the information given by you: Response Code: 204 Request Body: for custom settings <UserTemplate> <ReceiveQuota>1048576</ReceiveQuota> <SendQuota>1048576</SendQuota> <WarningQuota>1048576</WarningQuota> </UserTemplate> The following is the response from the PUT request for custom settings and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To change mailbox quota, do the following: PUT https://<connection-server>/vmrest/users/<userobjectid>/mailboxattributes Accept: application/json Content-type: application/json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 263 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Cisco Unity Connection Provisioning Interface (CUPI) API -- User Template Mailbox