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.

Path Params
string
required

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

Body Params
string
required

The Seven Bridges Platform username of the person you want to add to the automation. You should use either 'username' (recommended) or 'email'.

permissions
object
required

Defines the member'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 application/json
string
required
Defaults to advance
Response

Language
Request
Response
Choose an example:
application/json