Requires workspace-users-read
. Returns members with their role.
Fetch all members of a workspace, including their assigned role.
Requires workspace-users-read
ability. The requesting user must belong to the workspace.
Parameter | Type | Description |
---|---|---|
workspaceId | number | ID of the workspace to retrieve. |
No query parameters are supported.
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.
Personal Access Token
Successful
The response is of type object[]
.