LocalAccountLookup

⌘K

Lookup a specific local account by ID.

JSON-RPC Method:

local.account.lookup
Go to Example Code

Request

id

number

The ID of the local account.

1{
2  "id": 123
3}

Response

account

object

Local Account Object

1{
2  "account": {
3    "id": 4,
4    "name": "Acme Co"
5  }
6}

Example Code

Quota Usage

Does not require any quota.