Skip to main content
PUT
Update group member budget override
Set or clear a per-member monthly budget override within a group. When set, the member’s spending is capped at this amount regardless of the group-level budget. Pass null to remove the override and fall back to the group budget.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

group_id
string<uuid>
required

The group ID

member_id
string
required

The user ID of the member whose budget override should be updated

Body

application/json
budget_override
number<double> | null

Monthly budget override for the member in USD. Set to null to remove the override and fall back to the group budget.

Example:

100

Response

Budget override updated successfully

Last modified on July 3, 2026