Skip to main content

Creating a Team with the Identity API

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

Use this command 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"
}