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

# Private Account Institution Accounts Search

`POST /account/institution/accounts/search`

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

## Request body

- InstitutionAccountsSearch
  - `search_for` string — Search term
  - `is_active` integer — Filter by active status
  - `page` integer — Page number. Used for pagination with page_size
  - `page_size` integer — The number of results included on a page. Used for pagination with page
  - `limit` integer — Number of results included on a page. Used for pagination with query
  - `offset` integer — Where to start the listing (the offset of the first result). Used for pagination with limit
  - `institution_user_id` string — filter by institution_user_id
  - `email` string — filter by email

## 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)
