post
https://api.sbgenomics.com/v2/storage/volumes///members
This call adds a member to a specific volume. Volume identifier specified in the {volume-owner}/{volume-name} format is also known as volume ID and can be, for example rfranklin/my-first-volume.
Enterprise users can add individual members, teams or whole divisions to a volume using the type parameter.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example request body
{
"username": "crickandwatson",
"permissions": {
"read": true,
"copy": true,
"write": false,
"admin": false
},
"type": "DIVISION",
}