Pages

Get permissions for a page

Returns the complete list of permissions on a page, one entry per user or group. accessLevel is Custom when the atom combination does not match a predefined level. Groups appear with synthetic group-<id>@process.st emails.

get/pages/{pageId}/permissions

Path parameters

pageIdstring required

The ID of the Page

Response

Example response

{
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.