---
title: "SudoUpdateUserQuotas update the quotas for users"
method: PATCH
path: "/v1/superuser/quotas/user"
---

# SudoUpdateUserQuotas update the quotas for users

`PATCH /v1/superuser/quotas/user`

## Request body

- V1SudoUpdateUserQuotasRequest
  - `email` string
  - `singleuserOrgs` integer
  - `trialOrgs` integer

## Response `200`

A successful response.

- V1SudoUpdateUserQuotasResponse
  - `user` V1User
    - `createdOn` string, date-time
    - `displayName` string
    - `email` string
    - `id` string
    - `photoUrl` string
    - `pylonEmailHash` string
    - `quotas` V1UserQuotas
      - `singleuserOrgs` integer
      - `trialOrgs` integer
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/289a0ca9ce49/schema)
