-
SEO Learning Center
Broaden your SEO knowledge with resources for all skill levels.
-
The Beginner's Guide to SEO
If you're brand new to SEO, start here.
-
SEO Q&A
Get answers from the Moz Community.
-
Free Downloads and More
Quick access to whitepapers, reports, guides, webinars, and case studies.
-
Help Hub
Learn how to use Moz products.
-
Community & Events
Connect with over 600k online marketers.
-
SEO Training
Instructor-led classes and seminars
Research Tools
Manage Location
LocalAccountList
⌘K
Retrieves list of local accounts.
JSON-RPC Method:
local.account.listRequest
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.