-
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
LocalAccountCreate
⌘K
Creates a new local account.
JSON-RPC Method:
local.account.createRequest
account
object
A payload to create a local account.
1{
2 "account": {
3 "name": "Acme Co"
4 }
5}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.