Skip to main content
Skip table of contents

Customer Management for Partners

Definition:

  • Partner is a Mavvrik’s partner with capability to onboard and manage their own customers.

  • Customer is a customer created and managed by partner that will onboard the cloud accounts in Mavvrik.

Partner activation:

  • Check your inbox for account activation email sent from Mavvrik.

  • Follow the instructions provided in the email to activate account and setup initial password.

Partner Setup

Click on Menu bar located at the top left corner of the page.

image-20250915-045734.png

Click on Users option to add more partner users.

Click on Perspectives to create perspectives

Click on SSO option to setup the SSO with partner’s preferred IDP.

Click on API option to copy api key

Settings

Follow the steps below to upload the logo and configure partner rate:

  1. Click on the Settings icon

  2. Enter discount in Partner rate

  3. Click on Choose file and pick the logo you want to use.

  4. Click on Configure button.

  5. Click on Run Ingestion

image-20250915-051538.png

image-20250915-045901.png

Onboard a New Customer

Follow the steps below to onboard a new customer:

  1. Login to Mavvrik.

  2. Click on Menu bar

  3. Click on Tenants option

  4. Click on + Tenant

  • Name - Customer’s company name (e.g. Company, Inc.).

  • Email - Customer’s email address (e.g. admin@company.com).

  • Domain - Customer’s domain name (e.g. company.com).

  1. Click on Create button

  2. Activation email will be sent to the customer at the email address provided in the step no. 2 above.

Manage a Customer

Follow the steps below to manage a customer on their behalf:

  1. Click the URL of the customer you want to manage.

  2. Enter a partner user credentials.

  3. Partner user will be logged into customer account in “admin” mode.

  4. Partner user has full access to the child tenants

Configure Multicurrency

Multi-currency options will be visible only when child tenants use different billing currencies

Follow the steps below to configure and display your preferred currency in the Partner Dashboard:

  1. Log in to your Partner Dashboard.

  2. In the left-hand menu, navigate to Admin → Tenants.

  3. Click the Currency icon located at the top of the Tenants page.

  4. From the dropdown list, select the currency you want to display on the Partner Dashboard.

  5. Enter the exchange rate

  6. Click Save to apply the settings.

  7. Click on Data Ingestion to refresh and update the currency changes across your partner data.

Partner Price Book (Tenants Dashboard) — Upload Price Rules

This guide shows MSP/Reseller partners how to upload a partner-level (global) Price Book from the Tenants dashboard so the same pricing rules apply across all customers/child tenants.

Who can do this

  • Partner admins (or roles with Partner Dashboard / Tenants access and Price Book permissions).

What you’ll need

  • A valid Price Book file in YAML.

Example (5% global discount):

CODE
kind: partner
book:
  - rule_group_id: ApplyDiscount
    rules:
      - rule_id: AddPercentDiscount
        line_item: {}
        rule_definition:
          adjustment: 5
          rule_type: percent_discount
  • kind: partner → applies globally at the partner level

  • line_item: {} → no filters; affects all line items

  • adjustment: 5 + percent_discount → flat 5% discount

Example (5% global discount) for child tenant/customer

CODE
kind: partner
book:
  - rule_group_id: ApplyDiscount
  - tenant_id: i4jfuzjg5b_s5gw5 <replace tenant_id with your child tenant id>
    rules:
      - rule_id: AddPercentDiscount
        line_item: {}
        rule_definition:
          adjustment: 5
          rule_type: percent_discount

Steps

  1. Open Tenants dashboard
    In the partner tenant, go to Tenants (the list of all your customer/child tenants).

image-20251120-043628.png
  1. Open Price Rule
    Click the Price Rule button/icon at the partner/tenants level.

    This opens the global Price Book uploader for the partner.

  2. Upload the YAML

    • Click Upload and choose your Price Book .yaml.

    • Confirm to Apply (global).

    • Save.

  3. Verify the effect

    • Run the Data ingestion to reflect the price rule

    • Open any customer tenant’s cost view (e.g., Partner Aggregated Cost).

    • Confirm totals reflect the 5% discount.

Update Tenant

Follow the steps to update the tenant

  1. Log in to your Partner Dashboard.

  2. In the left-hand menu, navigate to Admin → Tenants.

  3. Click the Edit icon

  4. Update the tenant details and Billing address

image-20251115-034240.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.