List all role templates of the specified user
List all role templates of the specified user
Path Parameters
username string required
the name of the specified user
Query Parameters
scope string
the scope of role templates
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
items undefined[] required
totalItems int32 required
{
"items": [
null
],
"totalItems": 0
}
Loading...