Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. NeoMemberUsageCapEntry

NeoMemberUsageCapEntry

    A single organization member with their per-member Neo usage cap, month-to-date Neo spend, and effective limit. An entry of ListNeoMemberUsageCaps.

    Properties

    • userID string required
      The member’s user ID. This is the identifier the PUT and DELETE per-member cap endpoints key on (SSO-safe, unlike login).
    • login string required
      The member’s login.
    • name string required
      The member’s display name.
    • avatarURL string required
      URL of the member’s avatar image.
    • email string required
      The member’s email address.
    • perMemberCapCents integer optional
      The member’s per-member monthly Neo usage cap in US-dollar cents, or null when no per-member cap is set (the member is bounded only by the org-level cap, if any).
    • amountUsedCents integer required
      The member’s Neo spend in US-dollar cents so far in the current monthly cap window.
    • effectiveLimitCents integer optional
      The limit that binds first: the smaller of the per-member and org-level caps in US-dollar cents. Null when the member has neither cap (unbounded).