post https://api.sbgenomics.com/v2/automation/automations//members
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.
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
}
}