Manage notification recipients.
Tenant Management API (v0.3.0)
Download OpenAPI description
Languages
Servers
North American region
https://api.ruckus.cloud/
Asian region
https://api.asia.ruckus.cloud/
European region
https://api.eu.ruckus.cloud/
- North American region
https://api.ruckus.cloud/tenants/userProfiles
- Asian region
https://api.asia.ruckus.cloud/tenants/userProfiles
- European region
https://api.eu.ruckus.cloud/tenants/userProfiles
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "region": "string", "allowedRegions": [ { … } ], "externalId": "string", "pver": "string", "companyName": "string", "delegatedDogfood": true, "firstName": "string", "lastName": "string", "username": "string", "role": "string", "roles": [ "string" ], "detailLevel": "ba", "dateFormat": "mm/dd/yyyy", "newDateFormat": "string", "email": "string", "var": true, "tenantId": "string", "varTenantId": "string", "adminId": "string", "support": true, "dogfood": true, "edgeBeta": "string", "alphaStatus": "string", "phoneNumber": "string", "customRoleName": "string", "customRoleType": "string", "privilegeGroupName": "string", "privilegeGroupType": "string", "scopes": [ "string" ], "preferredLanguage": "string", "preferredNotifications": { "emailPreferences": true, "smsPreferences": true } }
Bodyrequired
- application/vnd.ruckus.v1+json
- application/json
Regions are the continents to which the user is allowed. Currently permitted regions are North America, European Union and Asia.
Delegation to a dog food account (internal RUCKUS test accounts, named per the saying, eat your own dog food).
- North American region
https://api.ruckus.cloud/tenants/userProfiles
- Asian region
https://api.asia.ruckus.cloud/tenants/userProfiles
- European region
https://api.eu.ruckus.cloud/tenants/userProfiles
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "region": "string", "allowedRegions": [ { … } ], "externalId": "string", "companyName": "string", "delegatedDogfood": true, "firstName": "string", "lastName": "string", "username": "string", "role": "string", "roles": [ "string" ], "detailLevel": "ba", "dateFormat": "mm/dd/yyyy", "newDateFormat": "string", "email": "string", "var": true, "tenantId": "string", "varTenantId": "string", "adminId": "string", "edgeBeta": "string", "alphaStatus": "string", "phoneNumber": "string", "customRoleName": "string", "customRoleType": "string", "privilegeGroupName": "string", "privilegeGroupType": "string", "scopes": [ "string" ], "preferredLanguage": "string", "preferredNotifications": { "emailPreferences": true, "smsPreferences": true } }
Response
{ "requestId": "string", "response": { "region": "string", "allowedRegions": [ … ], "externalId": "string", "pver": "string", "companyName": "string", "delegatedDogfood": true, "firstName": "string", "lastName": "string", "username": "string", "role": "string", "roles": [ … ], "detailLevel": "ba", "dateFormat": "mm/dd/yyyy", "newDateFormat": "string", "email": "string", "var": true, "tenantId": "string", "varTenantId": "string", "adminId": "string", "support": true, "dogfood": true, "edgeBeta": "string", "alphaStatus": "string", "phoneNumber": "string", "customRoleName": "string", "customRoleType": "string", "privilegeGroupName": "string", "privilegeGroupType": "string", "scopes": [ … ], "preferredLanguage": "string", "preferredNotifications": { … } } }
- North American region
https://api.ruckus.cloud/tenants/accounts
- Asian region
https://api.asia.ruckus.cloud/tenants/accounts
- European region
https://api.eu.ruckus.cloud/tenants/accounts
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
application/json
{ "organization": "string", "address": "string", "city": "string", "stateOrProvince": "string", "zip": "string", "country": "string" }