Add an automation member

This call adds a new user to a specified automation. Only a user who has admin permissions in the automation can add a new member. Users may have 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.

📘

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

Example request body

{ 

     "username" : "francis-crick",
     "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.

Language