LocalGroupList

⌘K

List all local groups.

JSON-RPC Method:

local.group.list
Go to Example Code

Request

This method does not require any input.

1{}

Response

groups

array

id

number

The ID of the local group.

name

string

The name of the local group.

account_id

number

The Moz Local Account ID the group belongs to.

1{
2  "groups": [
3    {
4      "id": 12345,
5      "name": "Franchise Locations",
6      "account_id": 123
7    },
8    {
9      "id": 54321,
10      "name": "Corporate Locations",
11      "account_id": 123
12    },
13    {
14      "id": 65432,
15      "name": "Self-Service Kiosks",
16      "account_id": 321
17    }
18  ]
19}

Example Code

Quota Usage

Does not require any quota.