---
title: "Private Account Institution Accounts"
method: GET
path: "/account/institution/accounts"
tags: ["institutions"]
---

# Private Account Institution Accounts

`GET /account/institution/accounts`

Returns the accounts for which the account has administrative privileges (assigned and inherited).

## Query parameters

- `page` integer
- `page_size` integer
- `limit` integer
- `offset` integer
- `is_active` integer
- `institution_user_id` string
- `email` string
- `id_lte` integer
- `id_gte` integer

## Response `200`

OK. An array of Accounts

- ShortAccount[]
  - `id` integer, required — Account id
  - `first_name` string, required — First Name
  - `last_name` string, required — Last Name
  - `institution_id` integer, required — Account institution
  - `email` string, required — User email
  - `active` integer, required — Account activity status
  - `institution_user_id` string, required — Account institution user id
  - `quota` integer, required — Total storage available to account, in bytes
  - `used_quota` integer, required — Storage used by the account, in bytes
  - `user_id` integer, required — User id associated with account, useful for example for adding the account as an author to an item
  - `orcid_id` string, required — ORCID iD associated to account
  - `symplectic_user_id` string, required — Symplectic ID associated to account

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `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)
