Supported Formats

JSON

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Not Found
500 Server crashed for some reason

Examples

{
    "account_owner_email": "abc@xyz.org",
    "user_accounts": [
        {
            "id": 6,
            "account_id": 1484,
            "user_id": 713,
            "domains": true,
            "alerts": true,
            "domains_reports": false,
            "plans": false,
            "profile": false,
            "reports": true,
            "subscription": false,
            "summary": true,
            "teams": true,
            "timeline": true,
            "widgets": true
        },
        {
            "id": 7,
            "account_id": 1484,
            "user_id": 1737,
            "domains": true,
            "alerts": true,
            "domains_reports": false,
            "plans": false,
            "profile": false,
            "reports": true,
            "subscription": false,
            "summary": true,
            "teams": true,
            "timeline": true,
            "widgets": true
        },
        {
            "id": 8,
            "account_id": 1484,
            "user_id": 49,
            "domains": true,
            "alerts": true,
            "domains_reports": false,
            "plans": false,
            "profile": false,
            "reports": true,
            "subscription": false,
            "summary": true,
            "teams": true,
            "timeline": true,
            "widgets": true
        }
    ]
}