---
title: "Create an organization scope"
method: POST
path: "/api/organization-scopes"
tags: ["Organization scopes"]
---

# Create an organization scope

`POST /api/organization-scopes`

Create a new organization scope with the given data.

## Request body

- object
  - `tenantId` string
  - `name` string, required — The name of the organization scope. It must be unique within the organization template.
  - `description` string, nullable — The description of the organization scope.

## Response `201`

The organization scope was created successfully.

- object
  - `tenantId` string, required
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The organization scope name is already in use.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/a163dc77d842/schema)
