Zitadel · JSON Structure

Zitadel Management Human User Structure

Type: object Properties: 3
AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

HumanUser is a JSON Structure definition published by Zitadel, describing 3 properties. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Properties

profile email phone

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "HumanUser",
  "type": "object",
  "properties": {
    "profile": {"type": "object"},
    "email": {"type": "object"},
    "phone": {"type": "object"}
  }
}