lookup_teams
Find and filter teams in your Sauce Labs organization to identify specific groups for collaboration or API integration using team IDs or name prefixes.
Instructions
Queries the organization of the requesting account and returns the number of teams matching the query and a
summary of each team, including the ID value, which may be a required parameter of other API calls related
to a specific team.You can filter the results of your query using the name parameter below.
:param id: Optional. Comma-separated team IDs. Allows to receive details of multiple teams at once. For example,
id=3d60780314724ab8ac688b50aadd9ff9,f9acc7c5b1da4fd0902b184c4f0b6324 would return details of teams with IDs
included in the provided list.
:param name: Optional. Returns the set of teams that begin with the specified name value. For example, name=sauce would
return all teams in the organization with names beginning with "sauce".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No |