Visier Tenant Management API
Simulate the Visier Tenant Management API in seconds. Visier APIs for managing tenants
[01]
About
Mock the Visier Tenant Management API as a turnkey Mockzilla sim with 13 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. Visier APIs for managing tenants Methods: 6x GET, 4x PUT, 2x POST, 1x DELETE. Top resource groups: TenantManagementV1, TenantManagement. Hit https://api.justmocks.com/visier-tenant-management for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
13 across 2 resource groups
Methods
GET 6 · POST 2 · PUT 4 · DEL 1 none deprecated
OpenAPI
3.0.3 spec version 22222222.99201.1256
Source spec
43 KB · YAML
[02]
Endpoints
| GET |
/v1/admin/tenants
|
Retrieve a list of all analytic tenants Use this API to retrieve the full list of analytic tenants managed by you with their current states and the content modules assigned to them, and all other relevant details for the tenants if requested. Mocked via Mockzilla.
|
| POST |
/v1/admin/tenants
|
Add an analytic tenant Prior to processing and loading an analytic tenant's data files, you must provision, or create, that tenant. A provisioned analytic tenant is automatically enabled. If the tenant's data is loaded after provisioning, that data is immediately accessible by their users. This API allows you to create an analytic tenant and identify the applications assigned to the tenant. Visier organizes content under a set of modules. Contact Visier Support to determine the list of modules allocated to you.
|
| GET |
/v1/admin/tenants/:tenantId
|
Retrieve an analytic tenant's details Use this API to retrieve all details for a specified analytic tenant. Doing so allows you to see the current state of the tenant, the content modules assigned to it, and all other relevant details for the tenant.
|
| PUT |
/v1/admin/tenants/:tenantId
|
Update an analytic tenant You may need to update analytic tenants as they grow and as your organization upgrades the content available to them. You may also encounter a scenario where an analytic tenant transitions across different industries. To ensure that the analytic tenant receives accurate benchmarks and predictive functionality, update their industry code in the Visier system. You can use this API to update any field on an analytic tenant, except tenantCode.
|
| DEL |
/v1/admin/tenants/:tenantId
|
Deprovision an analytic tenant Warning! Deprovisioning an analytic tenant is not reversible. Before deprovisioning, you must disable an analytic tenant. For more information, see /v1/admin/tenants/:tenantId/disable. This API removes an analytic tenant permanently from the Visier system. If you are unsure whether an analytic tenant may be re-enabled on any of the Visier modules at any time, you may instead want to disable the analytic tenant. If successful, the response returns the status "Deprovisioned". This indicates that the tenant is scheduled for deprovisioning, which may take several days to complete.
|
| PUT |
/v1/admin/tenants/:tenantId/disable
|
Disable an analytic tenant Use this API to disable an analytic tenant and remove access to Visier visualizations for the tenant's users. You must disable an analytic tenant before deprovisioning, or removing, it from the system. Available as a Mockzilla mock endpoint.
|
| PUT |
/v1/admin/tenants/:tenantId/enable
|
Enable an analytic tenant An analytic tenant is enabled when you provision or create the tenant. Use this API to enable a tenant that you have specifically disabled; for example, if you previously did not want that tenant to have access to Visier visualizations, but now do.
|
| GET |
/v1/op/validation/tenants
|
Validate metric values for all analytic tenants As you onboard more analytic tenants, you can validate the data visible to your users to ensure it matches the source systems from which it was exported and that it matches what your expectations are for this data. The metric values included in the response are the tenant's configured summary metrics. Administrators can configure summary metrics in a project: - Sign in to Visier as an administrator. - In a project, on the navigation bar, click the Home button. - Click Dashboard, and then click Edit Summary Metrics. - Select the metrics that you want to validate, and then close the Summary Metrics dialog. - Publish the project to production.
|
| GET |
/v1/op/validation/tenants/:tenantId
|
Validate an analytic tenant's metric values Use this API to retrieve the metric values for an individual analytic tenant. The metric values included in the response are the tenant's configured summary metrics. Administrators can configure summary metrics in a project: - Sign in to Visier as an administrator. - In a project, on the navigation bar, click the Home button. - Click Dashboard, and then click Edit Summary Metrics. - Select the metrics that you want to validate, and then close the Summary Metrics dialog. - Publish the project to production.
|
| GET |
/v2/admin/tenants
|
Retrieve a list of all analytic tenants Use this API to retrieve the full list of analytic tenants managed by you with their current states and the content modules assigned to them, and all other relevant details for the tenants if requested.
|
| POST |
/v2/admin/tenants
|
Add an analytic tenant Prior to processing and loading an analytic tenant's data files, you must provision, or create, that tenant. A provisioned analytic tenant is automatically enabled. If the tenant's data is loaded after provisioning, that data is immediately accessible by their users. This API allows you to create an analytic tenant and identify the applications assigned to the tenant. Visier organizes content under a set of modules. Contact Visier Support to determine the list of modules allocated to you. Note: API requests that contain homeAnalysisId, homeAnalysisByUserGroup, or clickThroughLink take longer to run because they require publishing a project to production. Mockzilla mock: no signup, no API key.
|
| PUT |
/v2/admin/tenants/:tenantId
|
Update an analytic tenant You may need to update analytic tenants as they grow and as your organization upgrades the content available to them. You may also encounter a scenario where an analytic tenant transitions across different industries. To make updates to your tenants, use this API. To ensure that the analytic tenant receives accurate benchmarks and predictive functionality, update their industry code in the Visier system. To programmatically assign the Home analysis that analytic tenants see at login, use this API to set the default Home analysis for a tenant and specific user groups of that tenant. You can use this API to update any field on an analytic tenant, except tenantCode. Note: API requests that contain homeAnalysisId, homeAnalysisByUserGroup, or clickThroughLink take longer to run because they require publishing a project to production.
|
| GET |
/v2/admin/tenants/{tenantId}
|
Retrieve an analytic tenant's details Use this API to retrieve the details for a specified analytic tenant. Doing so allows you to see the current state of the tenant, the content modules assigned to it, and all other relevant details for the tenant.
|