Supports the activation and deactivation of a managed tenant. Control support team access for managed tenants.
- Send Administrator Invitation
MSP Services (V0.3.3)
Overview
The MSP API provides comprehensive management capabilities for managing multiple MSP managed tenant accounts. This API enables you to manage tenant accounts, control administrator access, customize branding, and schedule firmware upgrades.
The API is designed for managed service providers that manage multiple customer tenant accounts and need to control access delegation, branding customization, and device management operations.
What This API Does
- MSP Tenant Management: Create, retrieve, update, and delete MSP managed tenant accounts and configuration settings
- MSP Tenant Queries: Query and retrieve MSP customer or tech partner data
- MSP Administrator Access Control: Grant or revoke MSP administrator access with role based permissions, delegation capabilities, and cross tenant access control
- MSP Tenant Activation Management: Control MSP tenant status including activation, deactivation, and temporary support team access for troubleshooting
- MSP Branding Customization: Configure custom branding for MSP tenants including logo uploads and brand settings
- MSP Firmware Upgrade Scheduling: Schedule and manage firmware upgrades across managed devices
- MSP Tenant Delegations: Establish and manage delegation relationships between MSP accounts, technology partners, and customer tenants
- MSP Administrator Delegations: Manage administrator assignments and access permissions for MSP tenant accounts
- MSP Administrator Invitations: Send email invitations to MSP administrators for tenant access and onboarding
Key Capabilities
- Multi Tenant Operations: Manage multiple isolated MSP tenant accounts with independent configurations and administrator assignments
- MSP Delegation Support: Support delegation between MSP accounts, integrators, installers, and tenant administrators
- Role Based Access: Assign MSP administrators with specific roles and privilege groups for granular access control
- MSP Tenant Management: Complete MSP tenant management from creation through deactivation and deletion
- Support Access Control: Enable or disable temporary support team access to MSP tenants for assistance
- Custom Branding: Upload and manage custom logos and branding configurations for MSP service delivery
- Scheduled Upgrades: Configure firmware upgrade schedules with recurring or one time scheduling options for MSP managed devices
- Query Capabilities: Retrieve MSP tenant data
Authentication & Authorization
This API uses bearer token authentication with role based access control. MSP administrators must have appropriate permissions to perform operations on tenant accounts and delegation relationships.
- application/vnd.ruckus.v1.2+json
- application/vnd.ruckus.v1.1+json
- application/vnd.ruckus.v1+json
- application/json
The MSP-EC mailing address' street name and number.
The map URL corresponding to the MSP-EC's mailing address.
The date when the MSP-EC's service started.
The date when the MSP-EC's service terminates/terminated.
The email address of the first MSP-EC administrator added to the account by the MSP.
The first name of the first MSP-EC administrator added to the account by the MSP.
The last name of the first MSP-EC administrator added to the account by the MSP.
The admin role of the first MSP-EC administrator.
The tenant type of the MSP EC administrator.
Grant or revoke access to tenants to manage the customer.
Grant or revoke access to admins to manage the customer.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "account_id": "string", "name": "Acme Sales", "street_address": 350, "state": "CA", "country": "US", "postal_code": 95089, "phone_number": "650-123-4567", "fax_number": "650-123-9999", "city": "Sunnyvale", "mapping_url": "https//map.gogle.com/zsdweews", "service_effective_date": "2019-09-14 01:12:51Z", "service_expiration_date": "2020-09-14 01:12:51Z", "admin_email": "john.wang@sampledomain.com", "admin_firstname": "John", "admin_lastname": "Wang", "admin_role": "PRIME_ADMIN,ADMIN,READ_ONLY", "tenant_type": "MSP, MSP_INTEGRATOR, MSP_INSTALLER", "licenses": { "trialAction": "ACTIVATE", "assignments": [ … ], "subscription_start_date": "string", "subscription_end_date": "string" }, "delegations": [ { … } ], "admin_delegations": [ { … } ], "tier": "GOLD, PLATINUM" }
{ "requestId": "string", "tenantId": "string" }
The email of the MSP-EC administrator.
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers/{customerId}/invitations
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers/{customerId}/invitations
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers/{customerId}/invitations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "admin_email": "john.wang@sampledomain.com", "resend": true }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers/{customerId}/delegations
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers/{customerId}/delegations
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers/{customerId}/delegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "requestId": "string", "tenantId": "string" }