---
title: "Private Account information"
method: GET
path: "/account"
tags: ["other"]
---

# Private Account information

`GET /account`

Account information for token/personal token

## Response `200`

OK. Account representation

- Account
  - `id` integer, required — Account id
  - `first_name` string, required — First Name
  - `last_name` string, required — Last Name
  - `used_quota_private` integer, required — Account used private quota
  - `modified_date` string, required — Date of last account modification
  - `used_quota` integer, required — Account total used quota
  - `created_date` string, required — Date when account was created
  - `quota` integer, required — Account quota
  - `group_id` integer, required — Account group id
  - `institution_user_id` string, required — Account institution user id
  - `institution_id` integer, required — Account institution
  - `email` string, required — User email
  - `used_quota_public` integer, required — Account public used quota
  - `pending_quota_request` boolean, required — True if a quota request is pending
  - `active` integer, required — Account activity status
  - `maximum_file_size` integer, required — Maximum upload size for account
  - `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

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