Skip to content

MSP Services (V0.3.3)

Documentation for Dashboard API

Download OpenAPI description
Languages
Servers
RUCKUS One API host for North American region.

https://api.ruckus.cloud/

RUCKUS One API host for European region.

https://api.eu.ruckus.cloud/

RUCKUS One API host for Asian region.

https://api.asia.ruckus.cloud/

Managed-Tenant Operations

Managed-Tenant Operations

Operations

Managed Brand Operations

Managed Brand Operations

Operations

Brand Settings

Operations

Deprecated

Operations

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL PUT /tenants/{tenantId}/adminDelegations can be used for this content.

Path
customerIdstringrequired

MSP EC Tenant Id

Bodyapplication/jsonrequiredArray [
msp_admin_idstringrequired

The admin ID of MSP tenant.

Example: "4c2b196a205d11ea978f-2e728ce88125"
msp_admin_rolestring[ 0 .. 255 ] charactersrequired

The admin role of the first MSP administrator.

Example: "PRIME_ADMIN"
]
application/json
[ { "msp_admin_id": "4c2b196a205d11ea978f-2e728ce88125", "msp_admin_role": "PRIME_ADMIN" } ]

Responses

Accepted

Bodyapplication/json
requestIdstringrequired
tenantIdstring
Response
application/json
{ "requestId": "string", "tenantId": "string" }

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL PUT /tenants/{tenantId}/adminDelegations can be used for this content.

Path
customerIdstringrequired

MSP EC Tenant Id

Bodyapplication/jsonrequired
mspec_listArray of objects(MspAdminRole)

List of MSP EC admins to be assigned.

delegation_typestringrequired

The type of MSP EC delegated tenant.

Example: "delegationtype"
privilege_group_idsArray of stringsunique

Privilege groups to manage accounts.

application/json
{ "mspec_list": [ { … } ], "delegation_type": "delegationtype", "privilege_group_ids": [ "string" ] }

Responses

Accepted

Bodyapplication/json
requestIdstringrequired
tenantIdstring
Response
application/json
{ "requestId": "string", "tenantId": "string" }

DeprecatedDeprecated

Request

The following method will be removed no sooner than 09/08/2025. The following URL GET /tenants/{tenantId}/admins/{adminId} can be used for this content.

Path
customerIdstringrequired

Tenant ID of the MSP-EC administrator to be retrieved.

adminIdstringrequired

Admin Id of the MSP EC administrator to be retrieved.

No request payload

Responses

Ok

Bodyapplication/json
emailstring

The email address of MSP EC administrator.

Example: "john.wang@sampledomain.com"
user_namestring or null

The user name of MSP EC administrator.

Example: "JohnWang or john.wang@sampledomain.com"
full_namestring or null

The full name of MSP EC administrator.

Example: "John Wang"
first_namestring or null

The first name of MSP EC administrator.

Example: "John"
last_namestring or null

The last name of MSP EC administrator.

Example: "Wang"
Response
application/json
{ "email": "john.wang@sampledomain.com", "user_name": "JohnWang or john.wang@sampledomain.com", "full_name": "John Wang", "first_name": "John", "last_name": "Wang" }

Admin Delegation Management

Operations

Resend email Invitation

Operations

Support Team assistance

Operations

Enable Support Team assistance

Operations

Disable Support Team assistance

Operations

Manage Firmware Upgrade Schedules

Operations

Tenant Delegation Management

Operations

Reactivation and Deactivation

Operations