List all members in the specified workspace
List all members in the specified workspace
Path Parameters
workspace string required
The specified workspace.
Query Parameters
workspacerole string
specific the workspace role name
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
items undefined[] required
totalItems int32 required
{
"items": [
null
],
"totalItems": 0
}
Loading...