Skip to content

Resident Portal (v0)

Overview

Resident portals are provided to the unit owners to view and update unit details and secrets. The Resident Portal APIs support these functions. These provide details on the property, units and DPSK secrets associated. The APIs also support updates of contact details and DPSK secrets. APIs are authenticated using a specific token associated to the unit. These tokens are generated as the unit is created.

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

Resident Portal Login API

Manages resident portal access.

Operations

Resident Portal UI Configuration

Provides resident portal UI configuration.

Operations

Gets Resident Portal Styles

Request

Gets resident portal page details.

Path
propertyIdstringrequired

Property identifier.

No request payload

Responses

Ok

Bodytext/css
string
Response
No content

Gets Resident Portal Icon File

Request

Enables the user to get a resident portal icon file for the property.

Path
propertyIdstringrequired

Property identifier.

No request payload

Responses

Ok

Bodyimage/png
string(byte)
Response
No content

Gets Portal Access Details

Request

Fetches resident portal access details.

Path
propertyIdstringrequired

Property identifier.

No request payload

Responses

Ok

Bodyapplication/json
loginTextstring

Custom login text displayed on portal.

portalAllowedboolean

Indicates if portal access is allowed.

Response
application/json
{ "loginText": "string", "portalAllowed": true }

Resident Portal Configuration

Manages resident portal configuration.

Operations

Resident Portal Unit API

Manages units associated to the resident portal.

Operations

Resident Portal Unit Users API

Manages users of unit associated to the resident portal.

Operations