Zitadel · Schema

CreateUserResponse

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
userId string
details object
View JSON Schema on GitHub

JSON Schema

zitadel-createuserresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateUserResponse",
  "title": "CreateUserResponse",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string"
    },
    "details": {
      "$ref": "#/components/schemas/ObjectDetails"
    }
  }
}