IsOrgUnique
Is Organization Unique
Deprecated: use organization service v2 ListOrganizations instead.
Checks if an organization with the searched parameters already exists or not.
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?