Agorapulse · Schema

OrganizationResponse

Single organization

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
organizationId integer
organizationName string
managerOrganizationRole string
View JSON Schema on GitHub

JSON Schema

organizationresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrganizationResponse",
  "required": [
    "managerOrganizationRole",
    "organizationId",
    "organizationName"
  ],
  "type": "object",
  "properties": {
    "organizationId": {
      "type": "integer",
      "format": "int64"
    },
    "organizationName": {
      "type": "string"
    },
    "managerOrganizationRole": {
      "type": "string",
      "deprecated": true
    }
  },
  "description": "Single organization"
}