Skip to main content
GET
List Workspace Users

List Workspace Users

Fetch all members of a workspace, including their assigned role.

Authentication & Scope

Requires workspace-users-read ability. The requesting user must belong to the workspace.

Request

Path Parameters

No query parameters are supported.

Response

200 OK – An array of user objects, each including a role field (from the pivot table).
403 Forbidden – Token lacks workspace-users-read or you are not a member.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

workspaceId
string
required

Response

Successful

id
number
name
string
email
string<email>
role
string

Role of the user inside the workspace (admin, member, viewer).