latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
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": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
}
],
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}