Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This resource outlines site permission levels within Google Search Console, including details on ownership, full user, restricted user, and unverified user roles.
It provides structured data representation with properties like siteUrl and permissionLevel to manage Search Console sites.
Users can utilize provided methods (add, delete, get, list) for managing their websites within Google Search Console via the API.
This information assists developers in programmatically interacting with Search Console to retrieve site data and manage site settings based on user permissions.
For a list of methods for this resource, see the end of this page.
Resource representations
Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
{
"siteUrl": string,
"permissionLevel": string
}
Property name
Value
Description
Notes
permissionLevel
string
The user's permission level for the site.
Acceptable values are:
"siteFullUser"
"siteOwner"
"siteRestrictedUser"
"siteUnverifiedUser"
siteUrl
string
The URL of the property to add. Examples:http://www.example.com/ (for a URL-prefix property) or
sc-domain:example.com (for a Domain property)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-23 UTC."],[],["This resource details Search Console site information, including `siteUrl` and `permissionLevel`. Permission levels include `siteFullUser`, `siteOwner`, `siteRestrictedUser`, and `siteUnverifiedUser`. Key actions (methods) include `add` to add a site, `delete` to remove a site, `get` to retrieve site information, and `list` to show the user's sites. The `siteUrl` property is provided for both URL-prefix and Domain properties.\n"],null,[]]