Zoho Profile API

The Profile API from Zoho — 9 operation(s) for profile.

Operations 10

GET /api/v1/myProfile Get my profile details #
GET /api/v1/profiles/{profileId} Get profile #
PATCH /api/v1/profiles/{profileId} Update profile #
GET /api/v1/profiles/count Get profile count #
GET /api/v1/lightAgentProfile Get light agent profile #
POST /api/v1/profiles/{profileId}/clone Clone profile #
POST /api/v1/profiles/{profileId}/delete Delete profile #
GET /api/v1/profiles List profiles #
GET /api/v1/myProfilePermissions Get my profile permissions #
GET /api/v1/profiles/{profileId}/agents List agents by profile #

Documentation

Specifications

Code Examples

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/zoho-profile-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

zoho-profile-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Helpcenter Profile API
  version: 1.0.0
tags:
- name: Profile
paths:
  /api/v1/myProfile:
    get:
      tags:
      - Profile
      summary: Get my profile details
      description: This API fetches the configuration details and permissions defined for the profile of the currently logged in user.
      operationId: getMyProfile
      parameters:
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/commonProfileResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
  /api/v1/profiles/{profileId}:
    get:
      tags:
      - Profile
      summary: Get profile
      description: This API fetches the details of a particular profile.
      operationId: getProfile
      parameters:
      - $ref: '#/components/parameters/profileId'
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/commonProfileResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
    patch:
      tags:
      - Profile
      summary: Update profile
      description: This API updates the details of an existing profile.
      operationId: updateProfile
      parameters:
      - $ref: '#/components/parameters/profileId'
      - $ref: ./Common.json#/components/parameters/orgId
      requestBody:
        $ref: '#/components/requestBodies/profileJson'
      responses:
        '422':
          $ref: ./Common.json#/components/responses/invalidDataErrorResponse
        '200':
          $ref: '#/components/responses/commonProfileResponse'
      security:
      - iam-oauth2-schema:
        - Desk.settings.UPDATE
        - Desk.basic.UPDATE
      x-audience:
      - external-public
  /api/v1/profiles/count:
    get:
      tags:
      - Profile
      summary: Get profile count
      description: This API fetches the number of profiles configured in your help desk.
      operationId: getProfileCount
      parameters:
      - $ref: '#/components/parameters/default'
      - $ref: '#/components/parameters/visible'
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/getProfileCountResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
  /api/v1/lightAgentProfile:
    get:
      tags:
      - Profile
      summary: Get light agent profile
      description: This API fetches the different permissions configured for the light agent profile.
      operationId: getLightAgentProfile
      parameters:
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/commonProfileResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
  /api/v1/profiles/{profileId}/clone:
    post:
      tags:
      - Profile
      summary: Clone profile
      description: This API replicates an existing profile.
      operationId: cloneProfile
      parameters:
      - $ref: '#/components/parameters/profileId'
      - $ref: ./Common.json#/components/parameters/orgId
      requestBody:
        $ref: '#/components/requestBodies/cloneProfileJson'
      responses:
        '422':
          $ref: ./Common.json#/components/responses/invalidDataErrorResponse
        '200':
          $ref: '#/components/responses/commonProfileResponse'
      security:
      - iam-oauth2-schema:
        - Desk.settings.CREATE
        - Desk.basic.CREATE
      x-audience:
      - external-public
  /api/v1/profiles/{profileId}/delete:
    post:
      tags:
      - Profile
      summary: Delete profile
      description: This API deletes a profile from your help desk.
      operationId: deleteProfile
      parameters:
      - $ref: '#/components/parameters/profileId'
      - $ref: ./Common.json#/components/parameters/orgId
      requestBody:
        $ref: '#/components/requestBodies/disableTransfer'
      responses:
        '422':
          $ref: ./Common.json#/components/responses/invalidDataErrorResponse
        '204':
          $ref: ./Common.json#/components/responses/emptyResponse
      security:
      - iam-oauth2-schema:
        - Desk.settings.DELETE
        - Desk.basic.DELETE
      x-audience:
      - external-public
  /api/v1/profiles:
    get:
      tags:
      - Profile
      summary: List profiles
      description: This API lists a particular number of user profiles, based on the limit specified.
      operationId: getProfileList
      parameters:
      - $ref: '#/components/parameters/default'
      - $ref: '#/components/parameters/visible'
      - name: searchStr
        in: query
        description: 'String to search for profile by name or description. The string must contain at least one character. Three search methods are supported: 1) string* - Searches for profiles whose name or description start with the string, 2) *string* - Searches for profiles whose name or description contain the string, 3) string -  Searches for profiles whose name or description is an exact match for the string'
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          description: 'String to search for profile by name or description. The string must contain at least one character. Three search methods are supported: 1) string* - Searches for profiles whose name or description start with the string, 2) *string* - Searches for profiles whose name or description contain the string, 3) string -  Searches for profiles whose name or description is an exact match for the string'
          maxLength: 100
          minLength: 0
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/getProfileListResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
  /api/v1/myProfilePermissions:
    get:
      tags:
      - Profile
      summary: Get my profile permissions
      description: This API fetches the permissions associated with the profile of the currently logged in user.
      operationId: getMyProfilePermissions
      parameters:
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/getMyProfilePermissionsResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
  /api/v1/profiles/{profileId}/agents:
    get:
      tags:
      - Profile
      summary: List agents by profile
      description: This API lists agents mapped to a particular profile.
      operationId: getAgentsByProfile
      parameters:
      - name: active
        in: query
        description: Activation status of the agents to list
        required: false
        style: form
        explode: true
        schema:
          type:
          - boolean
          - 'null'
          description: Activation status of the agents to list
      - name: confirmed
        in: query
        description: Confirmation status of the agents to list
        required: false
        style: form
        explode: true
        schema:
          type:
          - boolean
          - 'null'
          description: Confirmation status of the agents to list
      - $ref: '#/components/parameters/profileId'
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '204':
          $ref: ./Common.json#/components/responses/emptyResponse
        '200':
          $ref: '#/components/responses/getAgentsResponse'
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
        - Desk.settings.READ
      x-audience:
      - external-public
components:
  schemas:
    crmIntegPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        crmContactsActivityEvents:
          type:
          - boolean
          - 'null'
        crmAccountsActivityEvents:
          type:
          - boolean
          - 'null'
        crmAccountsActivityTasks:
          type:
          - boolean
          - 'null'
        crmAccountsInfo:
          type:
          - boolean
          - 'null'
        crmContactsActivityCalls:
          type:
          - boolean
          - 'null'
        crmAccountsNotes:
          type:
          - boolean
          - 'null'
        crmAccountsActivityCalls:
          type:
          - boolean
          - 'null'
        crmContactsInfo:
          type:
          - boolean
          - 'null'
        crmContactsNotes:
          type:
          - boolean
          - 'null'
        crmContactsActivityTasks:
          type:
          - boolean
          - 'null'
        crmAccountsPotentials:
          type:
          - boolean
          - 'null'
        crmContactsPotentials:
          type:
          - boolean
          - 'null'
      required:
      - crmAccountsActivityCalls
      - crmAccountsActivityEvents
      - crmAccountsActivityTasks
      - crmAccountsInfo
      - crmAccountsNotes
      - crmAccountsPotentials
      - crmContactsActivityCalls
      - crmContactsActivityEvents
      - crmContactsActivityTasks
      - crmContactsInfo
      - crmContactsNotes
      - crmContactsPotentials
    commentsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        edit:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
      required:
      - delete
      - edit
    financeIntegPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        sendSalesOrder:
          type:
          - boolean
          - 'null'
        createSalesOrder:
          type:
          - boolean
          - 'null'
        sendInvoice:
          type:
          - boolean
          - 'null'
        viewSubscription:
          type:
          - boolean
          - 'null'
        createEstimate:
          type:
          - boolean
          - 'null'
        createContact:
          type:
          - boolean
          - 'null'
        viewInvoice:
          type:
          - boolean
          - 'null'
        createInvoice:
          type:
          - boolean
          - 'null'
        sendEstimate:
          type:
          - boolean
          - 'null'
        viewSalesOrder:
          type:
          - boolean
          - 'null'
        viewEstimate:
          type:
          - boolean
          - 'null'
      required:
      - createContact
      - createEstimate
      - createInvoice
      - createSalesOrder
      - sendEstimate
      - sendInvoice
      - sendSalesOrder
      - viewEstimate
      - viewInvoice
      - viewSalesOrder
      - viewSubscription
    socialPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        twitterPostDelete:
          type:
          - boolean
          - 'null'
        twitterConversationReply:
          type:
          - boolean
          - 'null'
        twitterPostCreate:
          type:
          - boolean
          - 'null'
      required:
      - twitterConversationReply
      - twitterPostCreate
      - twitterPostDelete
      - view
    imPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - view
    chatPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
      required:
      - view
    accountsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        import:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - deleteSharedCustomViews
      - edit
      - editSharedCustomViews
      - export
      - import
      - manageOwnCustomViews
      - reshareSharedCustomViews
      - shareOwnCustomViews
      - view
    CommunityTopicPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
      required:
      - view
    activitiesPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
      required:
      - deleteSharedCustomViews
      - editSharedCustomViews
      - manageOwnCustomViews
      - reshareSharedCustomViews
      - shareOwnCustomViews
    clientActionPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - deleteSharedCustomViews
      - edit
      - editSharedCustomViews
      - export
      - manageOwnCustomViews
      - reshareSharedCustomViews
      - shareOwnCustomViews
      - view
    agentsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        overview:
          type:
          - boolean
          - 'null'
        import:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        viewAllFields:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - import
      - overview
      - viewAllFields
    ziaPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - view
    communityPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        moderate:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - moderate
      - view
    ticketLifeCycleDataJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
      required:
      - view
      - edit
      - create
      - delete
      - export
      - manageOwnCustomViews
      - shareOwnCustomViews
      - editSharedCustomViews
      - deleteSharedCustomViews
      - reshareSharedCustomViews
    contactsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        import:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - deleteSharedCustomViews
      - edit
      - editSharedCustomViews
      - export
      - import
      - manageOwnCustomViews
      - reshareSharedCustomViews
      - shareOwnCustomViews
      - view
    commonProfileResponse:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        default:
          type: boolean
        permissions:
          $ref: '#/components/schemas/commonPermissionJson'
        name:
          type:
          - string
          - 'null'
          maxLength: 50
          minLength: 0
        description:
          type:
          - string
          - 'null'
          maxLength: 32000
          minLength: 0
        isVisible:
          type:
          - boolean
          - 'null'
        id:
          type:
          - string
          - 'null'
          - integer
          format: int64
          pattern: ([0-9]+)
        type:
          type:
          - string
          - 'null'
          enum:
          - Administrator
          - Standard
          - Light
          - Portal
          - Custom
          maxLength: 100
          minLength: 0
      required:
      - default
      - description
      - id
      - isVisible
      - name
      - permissions
      - type
    gcPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - view
    productsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        import:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - deleteSharedCustomViews
      - edit
      - editSharedCustomViews
      - export
      - import
      - manageOwnCustomViews
      - reshareSharedCustomViews
      - shareOwnCustomViews
      - view
    timeEntryPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - view
    CommunityCommentPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
      required:
      - view
    kbCategoryPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        editAllArticles:
          type:
          - boolean
          - 'null'
        import:
          type:
          - boolean
          - 'null'
        manageKB:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        admin:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
      required:
      - admin
      - create
      - delete
      - edit
      - editAllArticles
      - export
      - import
      - manageKB
      - view
    mobileappPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        radar:
          type:
          - boolean
          - 'null'
        deskapp:
          type:
          - boolean
          - 'null'
      required:
      - deskapp
      - radar
    reportsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        view:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
      required:
      - create
      - delete
      - edit
      - export
      - view
    agentsData:
      type:
      - 'null'
      - array
      items:
        $ref: ./Agent.json#/components/schemas/profileAgentResponse
    ticketsPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        mergeTickets:
          type:
          - boolean
          - 'null'
        changeOwner:
          type:
          - boolean
          - 'null'
        import:
          type:
          - boolean
          - 'null'
        handleUnassigned:
          type:
          - boolean
          - 'null'
        edit:
          type:
          - boolean
          - 'null'
        closeTicket:
          type:
          - boolean
          - 'null'
        deleteTags:
          type:
          - boolean
          - 'null'
        revokeBlueprint:
          type:
          - boolean
          - 'null'
        mailReview:
          type:
          - boolean
          - 'null'
        delete:
          type:
          - boolean
          - 'null'
        view:
          type:
          - boolean
          - 'null'
        create:
          type:
          - boolean
          - 'null'
        addFollowers:
          type:
          - boolean
          - 'null'
        export:
          type:
          - boolean
          - 'null'
        mailSend:
          type:
          - boolean
          - 'null'
        editTags:
          type:
          - boolean
          - 'null'
        unassignedChangeOwner:
          type:
          - boolean
          - 'null'
        shareTickets:
          type:
          - boolean
          - 'null'
        manageOwnCustomViews:
          type:
          - boolean
          - 'null'
        shareOwnCustomViews:
          type:
          - boolean
          - 'null'
        editSharedCustomViews:
          type:
          - boolean
          - 'null'
        deleteSharedCustomViews:
          type:
          - boolean
          - 'null'
        reshareSharedCustomViews:
          type:
          - boolean
          - 'null'
      required:
      - addFollowers
      - changeOwner
      - closeTicket
      - create
      - delete
      - deleteSharedCustomViews
      - deleteTags
      - edit
      - editSharedCustomViews
      - editTags
      - export
      - handleUnassigned
      - import
      - mailReview
      - mailSend
      - manageOwnCustomViews
      - mergeTickets
      - reshareSharedCustomViews
      - revokeBlueprint
      - shareOwnCustomViews
      - shareTickets
      - unassignedChangeOwner
      - view
    setupPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        localization:
          type:
          - boolean
          - 'null'
        timeTracking:
          type:
          - boolean
          - 'null'
        massReply:
          type:
          - boolean
          - 'null'
        fetchAcrossDepartment:
          type:
          - boolean
          - 'null'
        globalReports:
          type:
          - boolean
          - 'null'
        exportPortalUsers:
          type:
          - boolean
          - 'null'
        layouts:
          type:
          - boolean
          - 'null'
        shareSnippet:
          type:
          - boolean
          - 'null'
        automation:
          type:
          - boolean
          - 'null'
        featureConfig:
          type:
          - boolean
          - 'null'
        customerHappiness:
          type:
          - boolean
          - 'null'
        department:
          type:
          - boolean
          - 'null'
        portal:
          type:
          - boolean
          - 'null'
        webForm:
          type:
          - boolean
          - 'null'
        rebranding:
          type:
          - boolean
          - 'null'
        email:
          type:
          - boolean
          - 'null'
        recycleBin:
          type:
          - boolean
          - 'null'
        tabsAndFields:
          type:
          - boolean
          - 'null'
        exportUsers:
          type:
          - boolean
          - 'null'
        pinnedConversations:
          type:
          - boolean
          - 'null'
        buttons:
          type:
          - boolean
          - 'null'
        teams:
          type:
          - boolean
          - 'null'
        im:
          type:
          - boolean
          - 'null'
        social:
          type:
          - boolean
          - 'null'
        templates:
          type:
          - boolean
          - 'null'
        sandbox:
          type:
          - boolean
          - 'null'
        securitySettings:
          type:
          - boolean
          - 'null'
        moveRecords:
          type:
          - boolean
          - 'null'
        permission:
          type:
          - boolean
          - 'null'
        signUpApproval:
          type:
          - boolean
          - 'null'
        community:
          type:
          - boolean
          - 'null'
        privacySettings:
          type:
          - boolean
          - 'null'
        importHistory:
          type:
          - boolean
          - 'null'
        manageAgents:
          type:
          - boolean
          - 'null'
        portalUsers:
          type:
          - boolean
          - 'null'
        gamification:
          type:
          - boolean
          - 'null'
        managerDashboard:
          type:
          - boolean
          - 'null'
        googleAnalytics:
          type:
          - boolean
          - 'null'
        webhooks:
          type:
          - boolean
          - 'null'
        chat:
          type:
          - boolean
          - 'null'
        telephony:
          type:
          - boolean
          - 'null'
        manageMarketplace:
          type:
          - boolean
          - 'null'
        massComment:
          type:
          - boolean
          - 'null'
      required:
      - automation
      - buttons
      - chat
      - community
      - customerHappiness
      - department
      - email
      - exportPortalUsers
      - exportUsers
      - featureConfig
      - fetchAcrossDepartment
      - gamification
      - globalReports
      - googleAnalytics
      - im
      - importHistory
      - layouts
      - localization
      - manageAgents
      - manageMarketplace
      - managerDashboard
      - massComment
      - massReply
      - moveRecords
      - permission
      - pinnedConversations
      - portal
      - portalUsers
      - privacySettings
      - rebranding
      - recycleBin
      - sandbox
      - securitySettings
      - shareSnippet
      - signUpApproval
      - social
      - tabsAndFields
      - teams
      - telephony
      - templates
      - timeTracking
      - webForm
      - webhooks
    commonPermissionJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        crmInteg:
          $ref: '#/components/schemas/crmIntegPermissionJson'
        reports:
          $ref: '#/components/schemas/reportsPermissionJson'
        tickets:
          $ref: '#/components/schemas/ticketsPermissionJson'
        mobileapp:
          $ref: '#/components/schemas/mobileappPermissionJson'
        contracts:
          $ref: '#/components/schemas/contractsPermissionJson'
        products:
          $ref: '#/components/schemas/productsPermissionJson'
        zia:
          $ref: '#/components/schemas/ziaPermissionJson'
        timeEntry:
          $ref: '#/components/schemas/timeEntryPermissionJson'
        gc:
          $ref: '#/components/schemas/gcPermi

# --- truncated at 32 KB (124 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/zoho/refs/heads/main/openapi/zoho-profile-api-openapi.yml