Add members of an Enterprise to a volume

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.

Example request body

{
  "username": "crickandwatson",
  "permissions": {
    "read": true,
    "copy": true,
    "write": false,
   "admin": false
    },
    "type": "DIVISION",
}
Language