Unified.to · Schema

MessagingMember

IntegrationsUnified API

Properties

Name Type Description
email string
image_url string
name string
user_id string
View JSON Schema on GitHub

JSON Schema

unified-to-messagingmember-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessagingMember",
  "title": "MessagingMember",
  "properties": {
    "email": {
      "type": "string"
    },
    "image_url": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "user_id": {
      "type": "string"
    }
  },
  "type": "object"
}