Documentation for Dashboard API
Download OpenAPI description
Overview
URL
Support Team
License
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/
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers/{customerId}/delegatorAdmins
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers/{customerId}/delegatorAdmins
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers/{customerId}/delegatorAdmins
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "mspec_list": [ { … } ], "delegation_type": "delegationtype", "privilege_group_ids": [ "string" ] }
Response
application/json
{ "requestId": "string", "tenantId": "string" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
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" }
Bodyapplication/jsonrequired
The email address of the MSP EC administrator.
Example: "john.wang@sampledomain.com"
The user name of the MSP EC administrator.
Example: "JohnWang or john.wang@sampledomain.com"
The full name of the MSP EC administrator.
Example: "John Wang"
The first name of the MSP EC administrator.
Example: "John"
- RUCKUS One API host for North American region.https://api.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/mspCustomers/{customerId}/admins/{adminId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
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" }