List Members

List active members and pending invites for a workspace. Returns a unified list combining confirmed members (status `active`) and outstanding invites that have not yet been accepted or revoked (status `invited`). Pending invites appear with `user_id: null` and only the `email` and `role` fields populated. The list is sorted: the requesting user appears first, then admins by join date, then other members by join date. No pagination — the full roster is returned in a single response. Roles: - `admin`: can manage members, invites, workspace settings, and all content. - `editor`: can create, edit, and run workflows; cannot manage members. - `viewer`: read-only access to workspace content and run history.

Authentication

AuthorizationBearer
Clerk JWT token

Path parameters

ws_idstringRequiredformat: "uuid"

Response

Successful Response
datalist of objects
metaobject
paginationobject

Errors

422
Unprocessable Entity Error