Retrieve permissions for the ‘subjectType’ ‘subjectId’
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The target subject type
pages, workspaces The target subject id (i.e workspaceId if subjectType is 'workspace')
Success Response
[
{
"target": { "id": "userId1" },
"permissions": { "role": "admin" }
},
{
"target": { "id": "userId2" },
"permissions": { "policies": { "read": true } }
},
{
"target": { "public": true },
"permissions": { "policies": { "read": true } }
}
]