LocalAccountList

⌘K

Retrieves list of 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": 1,
5      "name": "Acme Co"
6    },
7    {
8      "id": 2,
9      "name": "Best Corp"
10    }
11  ]
12}

Example Code

Quota Usage

Does not require any quota.