Folders

Get permissions for a folder

Returns the complete list of permissions on a folder, 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 on the embedded user.

get/folders/{folderId}/permissions

Path parameters

folderIdstring required

The ID of the Folder

Response

Example response

{
  "data": [
    {
      "user": {
        "id": "oU4EEGRPtELpR1x1YUJMeQ",
        "email": "jane.doe@example.com",
        "username": "Jane Doe"
      }
    }
  ],
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes