---
title: "Get assets assigned to a member"
method: GET
path: "/businesses/{business_id}/members/{member_id}/assets"
tags: ["business_access_assets"]
---

# Get assets assigned to a member

`GET /businesses/{business_id}/members/{member_id}/assets`

Get assets on which you assigned asset permissions to the given member. Can be used to:
- get all assets, regardless of asset type or
- get assets of one asset type by using the asset_type query.
The return response will include the permissions the member has to that asset and the asset type.

## Path parameters

- `business_id` string, required
- `member_id` string, required

## Query parameters

- `asset_type` 'AD_ACCOUNT' | 'PROFILE' | 'ASSET_GROUP' | 'CATALOG' | 'CONSUMER' | 'CONVERSION_TAG'
- `start_index` integer
- `sort_by` 'NAME' | 'ID' | 'PERMISSIONS' — The field to sort member assets by
- `sort_ascending` boolean
- `search_by` 'NAME' | 'ID' | 'NAME_OR_ID' | 'OWNER_NAME' | 'NAME_OR_OWNER' — The field to search member assets by
- `search_value` string
- `asset_permission_type` 'AGGREGATED_PERMISSION' | 'DIRECT_PERMISSION' — Permission aggregation type for asset access
- `ad_account_statuses` NonDraftEntityStatus[]
- `bookmark` string
- `page_size` integer

## Response `200`

The request has succeeded.

- BusinessMemberAssetsGetResponse — Paginated response for business member assets with total count metadata.
  - `bookmark` string, nullable
  - `items` AssetIdPermissions[], required
    - `asset_group_info` AssetGroupBinding
      - `ad_accounts_ids` AssetGroupBindingAdAccountsIdsItems[], required — A list of ad account IDs under the asset group
      - `asset_group_description` string, nullable, required — Asset group description
      - `asset_group_name` string, nullable, required — Asset Group name
      - `asset_group_types` string[], required — Asset group types
      - `catalogs_ids` AssetGroupBindingCatalogsIdsItems[], required — A list of catalog IDs under asset group
      - `created_by` BusinessAccessUserSummary, required — 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.
      - `created_time` integer, nullable, required — The creation time of the asset group
      - `id` string, required — Asset Group ID.
      - `owner` BusinessAccessUserSummary, required — 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.
      - `profiles_ids` AssetGroupBindingProfilesIdsItems[], required — A list of profile IDs under asset group
      - `updated_time` integer, nullable, required — The last update time of the asset group
    - `asset_id` string, required — Unique identifier of a business asset.
    - `asset_type` 'AD_ACCOUNT' | 'MERCHANT' | 'PROFILE' | 'ASSET_GROUP' | 'PINNER_LIST' | 'CONVERSION_TAG' | 'CATALOG' | 'CONVERSION_SEGMENT', required — Type of asset. Currently we only support AD_ACCOUNT, PROFILE, ASSET_GROUP and CATALOG.
    - `permissions` string[], required — Permission levels member or partner has on an asset.
  - `total_data_count` integer, required — Total number of assets matching the query
  - `total_data_count_by_status` TotalCountByEntityStatus — Breakdown of asset counts by entity status.
    - `ACTIVE` integer — Count of ACTIVE assets
    - `ARCHIVED` integer — Count of ARCHIVED assets
    - `PAUSED` integer — Count of PAUSED assets

## 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)
