Skip to main content
GET
/
api
/
v0
/
organization
/
usage
/
limits
/
users
Get user credits limits
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://factory-docs-auto-sync-jp-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Response

Response for status 200

globalLimit
integer | null
required

Global per-user credits limit applied to all users without an individual override

Required range: x >= 0
userLimits
object[]
required

Users with individual limit overrides