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_countInteger |
The number of active users. |
inactive_user_countInteger |
The number of inactive users. |
total_user_countInteger |
The number of users. |
remaining_active_quotaInteger |
The remaining user quota. |
total_active_quotaInteger |
The total user quota; Available users based on the tier, subscriptions, part numbers, etc. |
Status Codes
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
401 – No Authentication |
No valid API token was provided. |
Publication Date – April 11, 2023
Feedback
0 comments
Please sign in to leave a comment.