Introduction
In some situations, you may need to know Tenant ID, e.g. when moving a tenant to another tenant or setting up custom URL branding.
Solution
You can find out the Tenant ID via the management portal:
- Log in to the management portal.
- On the Clients tab, select the tenant whose ID you need.
- On the tenant properties panel, click the ellipsis icon, and then click Show ID:
- Tenant ID is shown in the Internal ID field:
Alternatively, when a tenant is selected, Tenant ID can be found in the URL after focused_tenant_uuid=
To find the Group ID
1. Find Tenant ID (APIv2):
- Log in to the management portal.
- Tenant ID can be found in the URL after "group_id="
2. Find Group ID (APIv1):
- Click on the tab Clients
- take your Group ID from the the URL after "group_id="
If the Group ID is not shown in the URL, proceed to take the following steps on how to find it using the Tenant ID:
- in the Management Console view the group URL, for instance https://eu-cloud.acronis.com/mc/app;group_id=bffba746-bad6-4fd1-bba4-0fc979a71e0d/monitoring/usage;
- take the tenant ID and paste it here: https://dc-cloud.acronis.com/api/1/groups/ (DC is the datacenter handle where the affected group is located.), e.g. https://eu-cloud.acronis.com/api/1/groups/bffba746-bad6-4fd1-bba4-0fc979a71e0d/;
- send this GET request and get the output containing the groupID "id": 197546.