Gong · Schema

UpdatePermissionProfileRequest

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
name string Updated name for the permission profile.
description string Updated description.
permissions object Updated permission flags.
View JSON Schema on GitHub

JSON Schema

gong-updatepermissionprofilerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatePermissionProfileRequest",
  "title": "UpdatePermissionProfileRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated name for the permission profile."
    },
    "description": {
      "type": "string",
      "description": "Updated description."
    },
    "permissions": {
      "type": "object",
      "properties": {
        "viewOwnCalls": {
          "type": "boolean"
        },
        "viewTeamCalls": {
          "type": "boolean"
        },
        "viewAllCalls": {
          "type": "boolean"
        },
        "downloadRecordings": {
          "type": "boolean"
        },
        "shareExternally": {
          "type": "boolean"
        },
        "createScorecards": {
          "type": "boolean"
        },
        "manageUsers": {
          "type": "boolean"
        },
        "manageSettings": {
          "type": "boolean"
        }
      },
      "description": "Updated permission flags."
    }
  }
}