---
title: "Update the account_role for a list of user ids"
method: PATCH
path: "/account/users/batch"
tags: ["account users"]
---

# Update the account_role for a list of user ids

`PATCH /account/users/batch`

## Request body

- AccountUserBatchUpdate — Data for batch updating user account role
  - `ids` integer[], required — list of user ids
  - `role` 'account_member' | 'account_admin', nullable — The role in the account to assign to the users (if missing, the users will be removed from the account)

## Response `204`

No content

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
