Agorapulse · Schema

AccountRole

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening
View JSON Schema on GitHub

JSON Schema

accountrole.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccountRole",
  "type": "string",
  "enum": [
    "admin",
    "editor",
    "moderator",
    "guest",
    "connectOnlyUser",
    "contentStudioOnly"
  ],
  "x-enum-varnames": [
    "admin",
    "editor",
    "moderator",
    "guest",
    "connectOnlyUser",
    "contentStudioOnly"
  ]
}