ZITADEL Docs
APIsCore ResourcesV1Instance Objects

Is Organization Unique

Deprecated: use organization service v2 ListOrganizations instead.

Checks if an organization with the searched parameters already exists or not.

GET
/orgs/_is_unique

Query Parameters

name?string
domain?string

Response Body

application/json

curl -X GET "https://loading/orgs/_is_unique"
{
  "isUnique": true
}

Was this page helpful?