latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB

b698c180678a

business_access_assets

Assign/Update member asset permissions

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.

patch/businesses/{business_id}/members/assets/access

Path parameters

business_idstring required

Unique identifier of the requesting business.

Request body

Response

The request has succeeded.

Example response

{
  "items": [
    {
      "response": {
        "asset_id": "549755885175",
        "member_id": "140943737684417",
        "permissions": [
          "FINANCE_MANAGER",
          "CATALOGS_MANAGER",
          "AUDIENCE_MANAGER"
        ]
      }
    }
  ]
}