LocalAccountList

⌘K

List all Moz Local Accounts.

JSON-RPC Method:

local.account.list
Go to Example Code

Request

This method does not require any input.

1{}

Response

accounts

array

id

number

The ID of the local account.

name

string

The name of the local account.

1{
2  "accounts": [
3    {
4      "id": 12345,
5      "name": "Example Business"
6    },
7    {
8      "id": 54321,
9      "name": "Another Example Business"
10    }
11  ]
12}

Example Code

Quota Usage

Does not require any quota.