lookup_service_accounts
List and filter service accounts in your Sauce Labs organization by ID, username, or team membership to manage access and permissions.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| username | No | ||
| teams | No | ||
| limit | No | ||
| offset | No |