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
orgCapCentsinteger optionalThe 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.- One entry per organization member.
- ↳
userIDstring requiredThe member’s user ID. This is the identifier the PUT and DELETE per-member cap endpoints key on (SSO-safe, unlike login). - ↳
loginstring requiredThe member’s login. - ↳
namestring requiredThe member’s display name. - ↳
avatarURLstring requiredURL of the member’s avatar image. - ↳
emailstring requiredThe member’s email address. - ↳
perMemberCapCentsinteger optionalThe 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). - ↳
amountUsedCentsinteger requiredThe member’s Neo spend in US-dollar cents so far in the current monthly cap window. - ↳
effectiveLimitCentsinteger optionalThe 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).