---
title: "PATCH /v0.1/orgs/{org_name}"
method: PATCH
path: "/v0.1/orgs/{org_name}"
tags: ["account"]
---

# PATCH /v0.1/orgs/{org_name}

`PATCH /v0.1/orgs/{org_name}`

Returns a list of organizations the requesting user has access to

## Path parameters

- `org_name` string, required

## Request body

- object
  - `display_name` string — The full (friendly) name of the organization.
  - `name` string — The name of the organization used in URLs

## Response `200`

Success

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