Objects

DashboardUser

Profile information of a dashboard user.

{
    "id": "1",
    "first_name": "John",
    "last_name": "Down",
    "created": <DateTime>,
    "email": "[email protected]",
    "phone": "0791234567",
    "permissions": {
        "analytics": true,
        "appearance": true,
        "customers": true,
        "home": true,
        "orders": true,
        "products": true,
        "settings": true
    }
}

For more details on the permissions field see Authorization.

Tenant

Account information of a platform tenant.

where the parameters are ...

Name

Description

name

A unique but mutable tenant identifier

owner

Dashboard user who created and owns the tenant account

country

Tenant country setting (ISO 3166-1 alpha-2arrow-up-right code)

store_host

The most recent tenant store website hostname

subscribed

Plan subscription status (either active or expired)

timezone

Tenant timezone setting (tz timezone Stringarrow-up-right)

permissions

Dashboard permissions (as described in Authorization)

Last updated

Was this helpful?