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