Skip to main content
GET
List Permissions
Lists persisted per-user roles on a workspace, including the OWNER record created with the workspace. OWNER is not grantable or revocable through these endpoints. Requirements: both instructions:read and instructions:publish, plus workspace OWNER access.

Request

string
required
The workspace id.

Response

object[]
{id, principalType: "USER", principalId, role, createdAt, updatedAt}role is OWNER, EDITOR, REVIEWER, or VIEWER.