---
title: "Assign/Update member asset permissions"
method: PATCH
path: "/businesses/{business_id}/members/assets/access"
tags: ["business_access_assets"]
---

# Assign/Update member asset permissions

`PATCH /businesses/{business_id}/members/assets/access`

Grant multiple members access to assets and/or update multiple member's exisiting permissions to an asset.
Note: Not all listed permissions are applicable to each asset type. For example, PROFILE_PUBLISHER would not be applicable to an asset of type AD_ACCOUNT. The permission level PROFILE_PUBLISHER is only available to an asset of the type PROFILE.

## Path parameters

- `business_id` string, required

## Request body

- UpdateMemberAssetAccessBody — An object with a list of all the new member asset accesses.
  - `accesses` UpdateMemberAssetAccessItem[], required — List of member asset accesses to assign or update.
    - `asset_id` string, required — Id of the asset to update.
    - `member_id` string, required — Unique identifier of the member on which to perform the update
    - `permissions` Permissions[], required — A non-empty array of permissions to assign to the member.

## Response `200`

The request has succeeded.

- UpdateMemberAssetsResultsResponseArray
  - `items` UpdateMemberAssetResultItem[] — List of assigned/updated member asset access. If there is an error, an exception object will be returned. If the action was successfully completed, a response object will be returned.
    - `response` UsersForIndividualAssetResponse — An object containing the permissions a business member has on the asset.
      - `asset_id` string — Unique identifier of a business asset.
      - `member_id` string — Unique identifier of the business member with asset access.
      - `permissions` string[] — Permission levels member or partner has on an asset.

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