External DocumentationTo learn more, visit the GCP documentation.
Actions
List Service Accounts
Lists every ServiceAccount that belongs to a specific project.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Project ID | The name of the parent project to access. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"accounts": [
{
"name": "<string>",
"projectId": "<string>",
"uniqueId": "<string>",
"email": "<string>",
"displayName": "<string>",
"etag": "<string>",
"description": "<string>",
"oauth2ClientId": "<string>"
}
],
"nextPageToken": "<string>"
}
Was this page helpful?