Skip to main content

Create a team with the REST API

This use case scenario provides the Identity REST API request for creating a team.

Send the following request to create a team:

http --auth-type=veracode_hmac POST "https://api.veracode.com/api/authn/v2/teams" < input.json

The API passes the JSON file that you populate with the necessary values as shown in this example payload:

{
"team_name": "Physical Penetration Testing"
}