---
parser: v2
auto_validation: true
time: 10
tags: [ tutorial>intermediate, software-product-function>sap-btp-cockpit]
primary_tag: software-product>sap-business-technology-platform
slug: subscribe-multitenant-app-customer
canonical_url: https://developers.sap.com/tutorials/subscribe-multitenant-app-customer
---

# Subscribe a Multitenant Application by a Consumer
<!-- description --> Create a subaccount in your global account for each application consumer, subscribe each consumer subaccount to the hosted multitenant application deployed in the provider account.

## Prerequisites
- You have finished the tutorial [Deploy a Multitenant Application to a Provider subaccount, Kyma Runtime](deploy-multitenant-app-kyma).

## You will learn
- How to subscribe customers to the hosted multitenant application


---

### Create New Subaccount


Create a new subaccount for the customer in the same Global Account with the multitenant application provider subaccount, for example, called `Customer`.

As of now, a consumer can subscribe to the application through SAP BTP cockpit.


### Subscribe to Multitenant Application


1. Switch to the new subaccount `Customer`, you can see and subscribe the multitenant application in the **Service Marketplace**.
<p> </p>
![image-20220114150155343](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/subscribe-multitenant-app-customer/image-20220114150155343.png)

2. Create an instance for the multitenant application:
<p> </p>
![image-20220114150240618](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/subscribe-multitenant-app-customer/image-20220114150240618.png)

3. Select the service and click **Create**:
<p> </p>
![image-20220114150307297](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/subscribe-multitenant-app-customer/image-20220114150307297.png)

4. Once it is subscribed, you can try to access it by clicking **Go to Application**:
<p> </p>
![image-20220114180542931](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/subscribe-multitenant-app-customer/image-20220114180542931.png)

    The multitenant application will display the logged-in user's name and customer's tenant-related information, shown as below:

    > Please add the context path `/user` to the end of the URL.
<p> </p>
![image-20220114180726352](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/subscribe-multitenant-app-customer/image-20220114180726352.png)






---
