Skip to main content

Get a list of teams with the REST API

These use case scenarios provide the Identity REST API requests for listing all teams of which you are a member and all teams in your organization.

Send the following request to view a list of all teams of which you are a member:

http --auth-type=veracode_hmac GET "https://api.veracode.com/api/authn/v2/teams"

You can also view information about a specific team.

Send the following request to view a list of all teams in your organization:

http --auth-type=veracode_hmac GET "https://api.veracode.com/api/authn/v2/teams?all_for_org=true"