Skip to main content
PATCH
Set a team member's spending cap

Authorizations

Authorization
string
header
required

JWT authentication token

Body

application/json
email
string<email>
required
spending_cap_usd
number<float> | null
required

Absolute USD cap (>= 0); 0 blocks the user. Required — a null or omitted value is rejected (400). To clear a cap, use DELETE.

Required range: x >= 0

Response

Spending cap updated

member
object
required