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
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).