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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Username of the volume owner.

string
required

The name of the volume you want to add members to.

Body Params
string
required

Specify the ID of the division member you are adding to the volume using the following format: division_id/username. In case you are adding a team or a division, you should enter the ID of that team or division.

permissions
object
required

This object contains information about the permissions granted to the user being added. Permissions include listing the contents of a volume, importing files from the volume to the Platform, exporting files from the Platform to the volume, and admin privileges.

string

Specify the type of user: USER - to add an individual user TEAM - to add a whole team DIVISION - to add a whole division If this parameter is omitted, the default value used will be USER.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

string
required
Defaults to application/json
Response

Language
LoadingLoading…
Response
Choose an example:
application/json