v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Workspaces

List workspace members

Retrieves the list of users belonging to the workspace with the provided ID.

get/owners/{ownerId}/members

Response

OK

userIdstring required
namestring required
emailstring required
status'active' | 'inactive' required
role'ADMIN' | 'DEVELOPER' | 'WORKSPACE_CONTRIBUTOR' | 'WORKSPACE_BILLING' | 'WORKSPACE_VIEWER' required

The member's workspace role. Values are always returned in uppercase.

mfaEnabledboolean required

Example response

[
  {
    "role": "DEVELOPER"
  }
]