Bulk get content access data

Bulk get content access data for contents including members and permission details for each member with all required information in the POST body.

SCOPES

Requires: seismic.library.view, seismic.library.manage See Permissions for additional details.

Content Access Permissions

New Content Access Permissions are at the Teamsite root, folder and file level and allow users apply the following permissions:
Can view: View, comment, approve. Permission id 403.
Can edit: Edit and add folders. Edit, add, publish, and move files. Permission id 404.
Can manage: Edit, add, publish, move, delete and manage access. Permission id 405.

Body Params

Request body samples

[
    {
      "teamSiteId": "1",
      "contentId": "root"
    },
    {
      "teamSiteId": "fa71f245-d1be-41c7-bb51-129ca60f9e46",
      "contentId": "be802102-e3b0-40b7-a790-3d50c4c21649"
    }
]
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json