ZITADEL Docs
APIsCore ResourcesV1Instance Objects

IsOrgUnique

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

application/json

curl -X GET "https://loading/orgs/_is_unique"
{
  "isUnique": true
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?