cURL
curl --request GET \ --url https://api.factory.ai/api/v0/organization/usage/limits/users \ --header 'Authorization: Bearer <token>'
{ "globalLimit": 1, "userLimits": [ { "email": "jsmith@example.com", "limit": 1 } ] }
Returns the global per-user token limit and any individual user overrides for the organization.
Factory API key or JWT token for authentication
Response for status 200
Global per-user token limit applied to all users without an individual override
x >= 0
Users with individual limit overrides
Show child attributes