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

Parameters

ParameterDescription
Project IDThe name of the parent project to access.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"accounts": [
		{
			"name": "<string>",
			"projectId": "<string>",
			"uniqueId": "<string>",
			"email": "<string>",
			"displayName": "<string>",
			"etag": "<string>",
			"description": "<string>",
			"oauth2ClientId": "<string>"
		}
	],
	"nextPageToken": "<string>"
}

Workflow Library Example

List Service Accounts with Gcp and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop