Modify an automation member's permissionsAsk AIpatch https://api.sbgenomics.com/v2/automation/automations/{automation_id}/members/{username}This call edits a member's permissions in a specified automation. You need to have admin permissions in an automation in order to be able to edit members.Path Paramsautomation_idstringrequiredThe ID of the automation the member belongs to.usernamestringrequiredThe username of the member you are modifying the permissions for.Body ParamspermissionsobjectDefines the automation member's permissions.permissions objectHeadersX-SBG-Auth-TokenstringrequiredYour 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.Content-TypestringrequiredDefaults to application/jsonX-SBG-Advance-AccessstringrequiredDefaults to advanceResponse 200200Updated 5 months ago