Required. The parent, which owns this collection of users. Format: accounts/{account}
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of users to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100
pageToken
string
Optional. A page token, received from a previous users.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to users.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for the users.list method.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Lists all users associated with a given Merchant Center account, supporting pagination for large result sets."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Accepts an optional `pageSize` parameter to limit the number of users returned per request and a `pageToken` for retrieving subsequent pages."],["The API endpoint is `GET https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/users` and uses gRPC Transcoding."],["The response includes a list of User objects and a `nextPageToken` if further results are available."]]],["This document details how to retrieve a list of users from a Merchant Center account. The `GET` request is made to `https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/users`, specifying the account in the `parent` path parameter. Optional query parameters `pageSize` (max 100) and `pageToken` support pagination. The request body should be empty. The response contains an array of user objects and an optional `nextPageToken` for retrieving subsequent pages. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]