Get business unit details with the REST API
This use case scenario provides the Identity REST API request for viewing information about a specific business unit.
The output results include information about any teams that are linked to the specified business unit.
Send the following request to view details about a specific business unit:
http --auth-type=veracode_hmac GET "https://api.veracode.com/api/authn/v2/business_units/{businessUnitId}"
businessUnitId
is the numeric ID, separated with hyphens, for the target business unit. For example: 7336556f-9ef2-4a1c-b536-be8608822db6
.
You can also list all business units.