メインコンテンツへスキップ
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://docs.factory.ai/llms.txt

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

承認

Authorization
string
header
必須

Factory API key or JWT token for authentication

レスポンス

Response for status 200

globalLimit
integer | null
必須

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

必須範囲: x >= 0
userLimits
object[]
必須

Users with individual limit overrides