Workspaces

Get workspace members

Get all members of a workspace, with their role.

get/workspace/{workspaceId}/members

Path parameters

workspaceIdstring required

Response

List of workspace members

idstring required
namestring required
emailstring required
imagestring nullable required
rolestring required

The member's workspace role: a built-in role (owner, admin, member, guest) or a custom role name.

Changes

Changed in 2 of the 23 revisions of this API.4

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added