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

NeoMemberUsageCaps

    Org members joined with their per-member Neo usage cap, month-to-date Neo spend, and effective limit, returned by the self-serve ListNeoMemberUsageCaps endpoint. Every member of the organization is present; members without a per-member cap have a null perMemberCapCents.

    Properties

    • orgCapCents integer optional
      The org-level monthly Neo usage cap in US-dollar cents, or null when the organization has no org-level cap. Provided for context — a member’s effective limit is the smaller of their per-member cap and this.
    • members array[NeoMemberUsageCapEntry] required
      One entry per organization member.
    • 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).