Managing Access to a Marketplace Listing with the API

Using this API select an access management option to grant or revoke access to a Marketplace listing owned by your organization.

To update access for a Marketplace listing you need the following: 

  1. Call the POST /v1/subscriptions/{subscriptionLocator}/marketplace/listings/{listingId}/access method to update access for the selected customer and Marketplace listing.
  2. Use the listingId parameter to indicate the listing for the customer.
  3. Use the customerSubscriptionLocator parameter to select the organization for which you are granting or revoking access.
  4. Use the action parameter to grant or remove access for a customer organization.
  5. Use the GET ​/v1​/subscriptions​/{subscriptionLocator}​/marketplace​/customers method to verify that the customer access to the listing has been updated.

Role Requirements

This method requires an Admin role.

Related Topics

Managing Marketplace Listings with the TIBCO Cloud™ Integration API