Skip to main content
GET
List workspace roles

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Query Parameters

include_inherited
boolean

If set to true, will include inherited roles from organization roles. Id will be set to None

Response

200 - application/json

A list of all the user workspace roles on the specified workspace

id
string<uuid>
required
read-only
user
object
required
workspace
string<uuid>
required
added_by
string
required
read-only
role
enum<string>
  • workspace_viewer - Workspace Viewer
  • workspace_editor - Workspace Editor
  • workspace_owner - Workspace Owner
  • workspace_member_manager - Workspace Member Manager
Available options:
workspace_viewer,
workspace_editor,
workspace_owner,
workspace_member_manager