---
title: "Update Institution Account"
method: PUT
path: "/account/institution/accounts/{account_id}"
tags: ["institutions"]
---

# Update Institution Account

`PUT /account/institution/accounts/{account_id}`

Update Institution Account

## Path parameters

- `account_id` integer, required

## Request body

- AccountUpdate
  - `group_id` integer, required — Not applicable to regular users. This field is reserved to institutions/publishers with access to assign to specific groups
  - `is_active` boolean, required — Is account active

## Response `205`

Reset Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/revisions/9dfb419f4430/schema)
