---
title: "Get partners with access to asset"
method: GET
path: "/businesses/{business_id}/assets/{asset_id}/partners"
tags: ["business_access_assets"]
---

# Get partners with access to asset

`GET /businesses/{business_id}/assets/{asset_id}/partners`

Get all the partners the requesting business has granted access to on the given asset.
Note: If the asset has been shared with you, an empty array will be returned. This is because an asset shared with
you cannot be shared with a different partner.

## Path parameters

- `business_id` string, required
- `asset_id` string, required

## Query parameters

- `start_index` integer
- `bookmark` string
- `page_size` integer

## Response `200`

The request has succeeded.

- object
  - `bookmark` string, nullable
  - `items` UserSingleAssetBinding[], required
    - `permissions` string[] — Permission levels member or partner has on an asset.
    - `user` BusinessAccessUserSummary — Metadata of the member/partner that has access to the asset.
      - `email` string, nullable — Email of the business member/partner.
      - `id` string, nullable — Unique identifier of the business member/partner.
      - `username` string, nullable — Username of the business member/partner.

## Other responses

- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.net/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/revisions/b698c180678a/schema)
