Update group member budget override
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. Requires an API key with write manage permissions.
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
API key for authentication
Path Parameters
The group ID
The user ID of the member whose budget override should be updated
Body
application/json
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