v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Organizations

Get Member Spending Limit

Get the monthly spending limit for a member within an organization.

get/v0/organizations/{organization_id}/members/{member_user_id}/spending-limit

Path parameters

organization_idinteger required
member_user_idstring required

Response

Successful Response

organization_idinteger required

Organization ID.

user_idstring required

User ID.

monthly_spending_capnumber nullable

The set monthly spending limit for this member.

assistants_cappedinteger

Number of assistants that had their limits reduced due to this change.

Example response

{
  "monthly_spending_cap": 100
}