LocalGroupLookup

⌘K

Lookup a specific group by ID.

JSON-RPC Method:

local.group.lookup
Go to Example Code

Request

id

number

The ID of the local group.

1{
2  "id": 12345
3}

Response

group

object

Local Group Object

1{
2  "group": {
3    "id": 12345,
4    "name": "Franchise Locations",
5    "account_id": 123
6  }
7}

Example Code

Quota Usage

Does not require any quota.