---
title: "POST /v1/{+auctionPackage}:subscribeClients"
method: POST
path: "/v1/{+auctionPackage}:subscribeClients"
tags: ["buyers"]
---

# POST /v1/{+auctionPackage}:subscribeClients

`POST /v1/{+auctionPackage}:subscribeClients`

Subscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.

## Path parameters

- `auctionPackage` string, required

## Request body

- SubscribeClientsRequest — Request message for SubscribeAuctionPackageClients.
  - `clients` string[] — Optional. A list of client buyers to subscribe to the auction package, with client buyer in the format `buyers/{accountId}/clients/{clientAccountId}`. The current buyer will be subscribed to the auction package regardless of the list contents if not already.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/authorizedbuyersmarketplace.md) · [All operations](https://skmtc.net/google/apis/authorizedbuyersmarketplace/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/authorizedbuyersmarketplace/revisions/13e307206f76/schema)
