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

# Private Account Institution Roles

`GET /account/institution/roles`

Returns the roles available for groups and the institution group.

## Response `200`

OK. An array of Roles

- Role[]
  - `id` integer, required — Role id
  - `name` string, required — Role name
  - `category` string, required — Role category
  - `description` string, required — Role description

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