Documentation for Dashboard API
- Retrieve Active Relationships Between Designated Administrators and Their Assigned Tenants
Retrieve Administrator
Assign Administrator
Revoke Administrator
Update Active Relationships Between Designated Administrators and Their Managed Tenant
Assign Administrators
Retrieve Administrators
Retrieve Active Relations...
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/tenants/{tenantId}/admins/{adminId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/admins/{adminId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/admins/{adminId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "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/tenants/{tenantId}/admins/{adminId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/admins/{adminId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/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" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}/admins/{adminId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/admins/{adminId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/admins/{adminId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}/adminDelegations
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/adminDelegations
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/adminDelegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
[ { "msp_admin_id": "4c2b196a205d11ea978f-2e728ce88125", "msp_admin_role": "PRIME_ADMIN" } ]
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}/adminDelegations
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/adminDelegations
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/adminDelegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "mspec_list": [ { … } ], "delegation_type": "delegationtype", "privilege_group_ids": [ "string" ] }
Response
{ "requestId": "string", "tenantId": "string" }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/adminDelegations
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/adminDelegations
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/adminDelegations
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "associations": [ { … } ] }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/tenants/{tenantId}/admins
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/tenants/{tenantId}/admins
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/tenants/{tenantId}/admins
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload