Add a team to an automation (Enterprise)

If you are a member of an Enterprise and you have admin rights in an automation, you can add a team from your Division to that automation. The permissions that you set will be applied to the whole team and you may assign the following permissions: Read Write Copy Execute * AdminFor more information, see the documentation on setting project member permissions. Note that some user permissions imply others: for example, if you give a user admin permission, then they automatically receive read, write, copy and execute permissions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/automation/automations/{automation_uid}/members

Example request body

{ 

     "id" : "1354da15-bc10-439e-a291-8af5da5b64b7",
     "type": "team",
     "permissions": {
            "read" : true, 
            "copy" : true,
            "write": true, 
            "execute": false, 
            "admin": false
     }
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Path Params
string
required

The ID of the automation you are adding the team to.

Body Params
string
required

The id of the team you are adding to an automation.

string
required
Defaults to team
permissions
object
required

Defines the team's permissions for the specified automation.

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 advance
Response

Language
LoadingLoading…
Response
Choose an example:
application/json