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

# Private Account Institution Groups

`GET /account/institution/groups`

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

## Response `200`

OK. An array of Groups

- Group[]
  - `id` integer, required — Group id
  - `name` string, required — Group name
  - `resource_id` string, required — Group resource id
  - `parent_id` integer, required — Parent group if any
  - `association_criteria` string, required — HR code associated with group, if code exists
  - `upload_access` 'All Users' | 'Admin Only' | 'None', required — Who can upload to this group. Possible values are "All Users", "Admin Only", and "None"

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