Usage Metrics API - Organizations
Programmatic access to usage metrics across an organization
List of Implemented APIs
Organization 
Get Current Org ID (and High-Level Settings) 

Successful response with organization structure.
Public key in PEM format.
Bad Request – Invalid or missing parameters.
Unauthorized – Invalid token.
Not Found – Resource not found.
Internal Server Error – Unexpected server error.
Get List of Teams 
Skips a number of items before starting to return results.
0Maximum number of items to return.
0Successful response with list of teams.
Bad Request – Invalid or missing parameters.
Unauthorized – Invalid token.
Not Found – Resource not found.
Internal Server Error – Unexpected server error.
Get Account Utilization Info 
Start date for showing utilization (YYYY-MM). Default: last 12 months.
2025-01Pattern: ^\d{4}-\d{2}$Successful response with monthly utilization array.
Zero-based month (0=January, 11=December).
Bad Request – Invalid or missing parameters.
Unauthorized – Invalid token.
Not Found – Resource not found.
Internal Server Error – Unexpected server error.
Get Organization-Level Usage 
The unique identifier of the organization
Filter usage data from this date (ISO 8601).
Filter usage data until this date (ISO 8601).
Time resolution at which usage data is aggregated and returned.
Successful response with organization usage data.
Bad Request – Invalid or missing parameters.
Unauthorized – Invalid token.
Not Found – Resource not found.
Internal Server Error – Unexpected server error.
Get Users Not Assigned to Teams 
Skips a number of items before starting to return results.
Maximum number of items to return.
Use false for users not assigned to a team.
falseUse true for registered users (false for deactivated users).
trueSuccessful response with users.
Bad Request – Invalid or missing parameters.
Unauthorized – Invalid token.
Not Found – Resource not found.
Internal Server Error – Unexpected server error.
Last updated
Was this helpful?
