# Create an organization scope **POST /api/organization-scopes** Create a new organization scope with the given data. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Body: application/json (object) - **tenantId** (string) - **name** (string) The name of the organization scope. It must be unique within the organization template. - **description** (string | null) The description of the organization scope. ## Responses ### 201 The organization scope was created successfully. #### Body: application/json (object) - **tenantId** (string) - **id** (string) - **name** (string) - **description** (string | null) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 422 The organization scope name is already in use. [Powered by Bump.sh](https://bump.sh)