Add members to the specified workspace
Add members to the specified workspace
Path Parameters
workspace string required
The specified workspace.
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...