https://api.bitsighttech.com/ratings/v1/users/quota
Get your account’s user quota.
Example Request
curl https://api.bitsighttech.com/ratings/v1/users/quota -u api_token:
Example Response
{
"active_user_count": 1,
"inactive_user_count": 3,
"total_user_count": 4,
"remaining_active_quota": 1,
"total_active_quota": 2,
}
Request Attributes
| Field | Description |
|---|---|
active_user_count Integer |
The number of active users. |
inactive_user_count Integer |
The number of inactive users. |
total_user_count Integer |
The number of users. |
remaining_active_quota Integer |
The remaining user quota. |
total_active_quota Integer |
The total user quota; Available users based on the tier, subscriptions, part numbers, etc. |
Status Codes
200 – Okay- Everything worked as expected.
401 – No Authentication- No valid API token was provided.
- April 11, 2023: Published.
Feedback
0 comments
Please sign in to leave a comment.