Skip to main content
PATCH
Update group per-user budget
Set the monthly budget applied to each user in the group. Set monthly_budget_per_user to 0 for unlimited spending per user. Returns an empty response on success.
This is applicable only in Group Budget mode.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The group ID

Body

application/json
monthly_budget_per_user
number<double>
required

Monthly budget applied to each user in the group in USD. Set to 0 for unlimited spending per user.

Example:

100

Response

Group per-user budget updated successfully

Last modified on July 26, 2026