GET - User Storage Details
Purpose
The API retrieves the details of the available and allotted storage information for the particular user in the given Organization. The details are available for all users along with their individual allotted storage details.
Request URL
http://mail.zoho.com/api/organization/<zoid>/storage/<zuid>
Request Parameters
Parameter | Data Type | Description |
zoid* | Integer | zoid - The unique Zoho Organization Identifier for the organization |
zuid* | Integer | zuid - The unique Zoho User Identifier for the user |
* - Mandatory parameters
Response Codes
Please refer Response Codes.
Sample Response
{
"status":{
"code":200,
"description":"success"
},
"data":{
"zuid":123456,
"mailBox":true,
"usedStorage":120,
"totalStorage":150,
"basicStorage":"standard_10gb"
"extraStorage":{
"15gb":"1",
"25gb":"1",
"100gb":"1"
}
}
}