---
title: "Get a list of Organizations where the authenticated user is admin"
method: GET
path: "/v2/organizations"
tags: ["Organizations"]
---

# Get a list of Organizations where the authenticated user is admin

`GET /v2/organizations`

## Response `200`

OK

- V2OrganizationList
  - `organizations` V2Organization[], required
    - `frontendDomain` string, nullable — The frontend domain for this organization
    - `id` string, required
    - `name` string, required
    - `ob3Enabled` boolean, required — Whether OB3 is enabled at the organization level
    - `profile` V2OrganizationProfile, required
      - `description` string, nullable
      - `email` string, required — Contact email.
      - `imageUrl` string, nullable
      - `url` string, required — Link to the website of the organization.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
