Create a business unit with the REST API
This use case scenario provides the Identity REST API request and payload for creating a business unit.
Send the following request to create a business unit:
http --auth-type=veracode_hmac POST "https://api.veracode.com/api/authn/v2/business_units" < input.json
The API passes the JSON file that you populate with the necessary values as shown in this example payload:
{
"bu_name": "Business Unit Five"
}