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?