v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Workspaces

List members of a workspace

get/api/workspaces/{id}/members

Path parameters

idstring required

Workspace id

Response

OK

emailstring required
picturestring nullable
rolestring required
user_idstring required

Example response

[
  {
    "role": "developer"
  }
]