Zitadel · Schema

ListOrgsResponse

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
details object
result array
View JSON Schema on GitHub

JSON Schema

zitadel-listorgsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListOrgsResponse",
  "title": "ListOrgsResponse",
  "type": "object",
  "properties": {
    "details": {
      "$ref": "#/components/schemas/ListDetails"
    },
    "result": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Organization"
      }
    }
  }
}