Skip to main content

To add or remove user to or from a manual in a custom portal

The purpose of this API is to add/remove users to/from a manual in a custom porta

The purpose of this API is to add/remove users to/from a manual in a custom portal

Request URL:https://learn.zoho.com/learn/api/v1/portal/<networkurl>/customportal/<customportalId>/manual/<manualId>
OAuth Scope:ZohoLearn.customportal.UPDATE
Request Method:PUT
Request Body:

{

   "isPublic": <boolean>,

   "enrollmentType": "PRIVATE or PUBLIC",

   "addedZuids": <array of zuids>,(optional)

   "removedZuids": <array of zuids> (optional)

}

Request Body KeysDescriptionRequirement
enrollmentType
  • PRIVATE - Only zuids added to the manual can view this manual.

  • PUBLIC - Anyone from this customportal can view to this manual.

Optional
isPublicIn case of public custom portal set this value to true to enable public view of this manual.Optional
addedZuidsComma separated zuids of custom portal users to be added to this manual.Optional
removedZuidsComma separated zuids of custom portal users to be removed from this manual.Optional

Sample response

Copied{"STATUS":"OK"}