Method: buyers.clients.users.list

Lists all client users for a specified client.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*/clients/*}/users

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the client. Format: buyers/{buyerAccountId}/clients/{clientAccountId}

Query parameters

Parameters
pageSize

integer

Requested page size. If left blank, a default page size of 500 will be applied.

pageToken

string

A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the [list][users.list] method.

Request body

The request body must be empty.

Response body

Response message for the [list][users.list] method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "clientUsers": [
    {
      object (ClientUser)
    }
  ],
  "nextPageToken": string
}
Fields
clientUsers[]

object (ClientUser)

The returned list of client users.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListClientUsersRequest.pageToken field in the subsequent call to the [list][users.list] method to retrieve the next page of results.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace