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

NeoMemberUsageCap

    A single member’s monthly Neo usage cap, returned by the self-serve UpdateNeoMemberUsageCap endpoint. Denominated in cents (cents/month). The cap stacks with the org-level cap: a member is stopped when either cap is reached.

    Properties

    • userID string required
      The user the cap applies to.
    • capCents integer required
      Monthly cap in US-dollar cents. Always strictly positive; “no cap” is the absence of a row (removed via DeleteNeoMemberUsageCap).
    • updatedAt string required
      Time when the cap was last updated.