Add a team member

This call adds a division member to the specified team.

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/teams/{team_id}/members

Example request body

{
    "id": "my-division/rfranklin"
}

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

ID of the team to which you are adding a new member.

Body Params
string
required

Specify the ID of the division member you are adding to the team using the following format: division_id/username.

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.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json