The purpose of this API is to add/remove users to/from a manual in a custom porta
To add or remove user to or 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 Keys | Description | Requirement |
enrollmentType |
| Optional |
isPublic | In case of public custom portal set this value to true to enable public view of this manual. | Optional |
addedZuids | Comma separated zuids of custom portal users to be added to this manual. | Optional |
removedZuids | Comma separated zuids of custom portal users to be removed from this manual. | Optional |
Sample response
Copied{"STATUS":"OK"}