{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Content Permissions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Content Permissions", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Check Content Permissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/permission/check", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the content to check permissions against." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Check if a user or a group can perform an operation to the specified content. The `operation` to check
must be provided. The user’s account ID or the ID of the group can be provided in the `subject` to check
permissions against a specified user or group. The following permission checks are done to make sure that the
user or group has the proper access:

- site permissions
- space permissions
- content restrictions

**[Permissions](https://confluence.atlassian.com/x/_Ao" } ] } ], "bundled": true }