Workspaces
List workspace members
Retrieves the list of users belonging to the workspace with the provided ID.
get/owners/{ownerId}/members
Response
OK
Example response
[
{
"role": "DEVELOPER"
}
]Retrieves the list of users belonging to the workspace with the provided ID.
OK
[
{
"role": "DEVELOPER"
}
]