---
title: "List Workspace Users"
method: GET
path: "/open/workspaces/{workspaceId}/users"
tags: ["Workspace Users"]
---

# List Workspace Users

`GET /open/workspaces/{workspaceId}/users`

Requires `workspace-users-read`. Returns members with their role.

## Path parameters

- `workspaceId` string, required

## Response `200`

Successful

- UserWorkspaceMember[]
  - `id` number
  - `name` string
  - `email` string, email
  - `role` string — Role of the user inside the workspace (admin, member, viewer).

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.dev/opnform/apis/opnform-api.md) · [All operations](https://skmtc.dev/opnform/apis/opnform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opnform/opnform-api/revisions/271b61a0082b/schema)
