---
title: "GET /v0.1/administeredOrgs"
method: GET
path: "/v0.1/administeredOrgs"
tags: ["account"]
---

# GET /v0.1/administeredOrgs

`GET /v0.1/administeredOrgs`

Returns a list organizations in which the requesting user is an admin

## Response `200`

Success

- object
  - `organizations` object, required
    - `id` string, uuid, required — The internal unique id (UUID) of the organization.
    - `display_name` string, required — The display name of the organization
    - `name` string, required — The slug name of the organization
    - `avatar_url` string — The URL to a user-uploaded Avatar image
    - `origin` 'appcenter' | 'hockeyapp', required — The creation origin of this organization
    - `created_at` string, required — The creation date of this organization
    - `updated_at` string, required — The date the organization was last updated at

## Other responses

- `default` — Error

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
