lookup_service_accounts
Lists existing service accounts in your Sauce Labs organization with optional filters by ID, username, teams, and pagination.
Instructions
Lists existing service accounts in your organization. You can filter the results using the query parameters below.
:param id: Optional. Comma-separated service account IDs.
included in the provided list.
:param username: Optional. Limits the results to usernames that begin with the specified value. For example,
username=an would return all service accounts in the organization with usernames beginning with "an".
:param teams: Optional. Limit results to service account who belong to the specified team_ids. Specify multiple
teams as comma-separated values.
:param limit: Optional. Limit results to a maximum number per page. Default value is 20.
:param offset: Optional. The starting record number from which to return results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| username | No | ||
| teams | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | ||
| count | Yes | ||
| results | Yes |