Agorapulse · Schema

SharedCalendarAccountManagerSummaryResponse

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

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