v1
latestSwagger 2.02026-08-04232286653.5 KBQuotas
List max and currently used organization quotas.
get/organizations/{organization_id}/quotas
Path parameters
organization_idstring required
Response
Example response
{
"quotas": [
{
"available": 6,
"description": "Users",
"max": 10,
"programmatic_name": "users",
"type": "ORG_QUOTAS_MAXIMUM_USERS",
"used": 4
}
]
}