Set global user credits limit
Organization
Set global user credits limit
Set the global per-user credits limit for the organization. This limit applies to all users who do not have an individual override. Pass null to remove the global limit.
PUT
Set global user credits limit
Documentation Index
Fetch the complete documentation index at: https://docs.factory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Factory API key or JWT token for authentication
Body
application/json
Global per-user credits limit (minimum 1,000,000). Pass null to remove the global limit.
Required range:
x >= 1000000Response
Response for status 200
The limit that was set, or null if it was removed
Required range:
x >= 0