---
title: "POST /v0.1/orgs"
method: POST
path: "/v0.1/orgs"
tags: ["account"]
---

# POST /v0.1/orgs

`POST /v0.1/orgs`

Creates a new organization and returns it to the caller

## Request body

- object
  - `display_name` string — The display name of the organization
  - `name` string — The name of the organization used in URLs

## Response `201`

Created

- 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/revisions/4e9226ab8f35/schema)
