Get team details with the REST API
This use case scenario provides the Identity REST API request for viewing information about a specific team in your organization.
The request output includes information about any users who are linked to the team.
Send the following request to view information about a specific team:
http --auth-type=veracode_hmac GET "https://api.veracode.com/api/authn/v2/teams/{teamId}"
teamId
is the numeric ID, separated with hyphens, for the target team. For example: 7336556f-9ef2-4a1c-b536-be8608822db6
.