---
title: "Private Account Institution User"
method: GET
path: "/account/institution/users/{account_id}"
tags: ["institutions"]
---

# Private Account Institution User

`GET /account/institution/users/{account_id}`

Retrieve institution user information using the account_id

## Path parameters

- `account_id` integer, required

## Response `200`

OK. User representation

- User
  - `id` integer, required — User id
  - `first_name` string, required — First Name
  - `last_name` string, required — Last Name
  - `name` string, required — Full Name
  - `is_active` boolean, required — Account activity status
  - `url_name` string, required — Name that appears in website url
  - `is_public` boolean, required — Account public status
  - `job_title` string, required — User Job title
  - `orcid_id` string, required — Orcid associated to this User

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