Add members to the namespace in bulk.
Add members to the namespace in bulk.
Path Parameters
namespace string required
The specified namespace.
application/json
Request Body array required
- Array [
- ]
roleRef string required
username string required
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
roleRef string required
username string required
[
{
"roleRef": "string",
"username": "string"
}
]
Loading...