Agorapulse · Schema

SharedCalendarAccountManagerSummary

Social Media ManagementSocial-MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
id integer
identityId string
fullName string
pictureUrl string
email string
View JSON Schema on GitHub

JSON Schema

sharedcalendaraccountmanagersummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SharedCalendarAccountManagerSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "identityId": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "pictureUrl": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}