Vapi · Schema

CredentialEndUser

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
endUserEmail string
endUserId string
organizationId string
tags object
View JSON Schema on GitHub

JSON Schema

vapi-credentialenduser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CredentialEndUser",
  "title": "CredentialEndUser",
  "type": "object",
  "properties": {
    "endUserEmail": {
      "type": "string",
      "nullable": true
    },
    "endUserId": {
      "type": "string"
    },
    "organizationId": {
      "type": "string"
    },
    "tags": {
      "type": "object"
    }
  },
  "required": [
    "endUserId",
    "organizationId"
  ]
}