/mcp<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 { "ReceiveQuota":"104345", "SendQuota":"104345", "WarningQuota":"104345" } 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 Above all values are in bytes and in Cisco Unity Connection Administration, it takes values in MB. Note Explanation of Data Fields Description Operation Data Types Field Name Send limit mailbox size (in bytes). (Max:2048 MB) Possible values: • 2: The default system quota is assigned. • 1: The quota is unlimited. 1- n : Limit in bytes which is integral multiple of 1024 bytes. Read/Write Integer Send Cisco Unity Connection Provisioning Interface (CUPI) API 59 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Mailbox API Explanation of Data Fields
