Getting a list of users who verified their rights to manage the site
Returns the list of users who verified their site management rights.
Request format
GET https://api.webmaster.yandex.net/v4/user/{user-id}/hosts/{host-id}/owners
|
|
Type: |
|
|
Type: |
Response format
Examples
JSONXML{ "users": [ { "user_login": "vassily123", "verification_uin": "1123", "verification_type": "META_TAG", "verification_date": "2016-01-01T00:00:00,000+0300" }, ... ] }<Data> <user> <user_login>vassily123</user_login> <verification_uin>1123</verification_uin> <verification_type>META_TAG</verification_type> <verification_date>2016-01-01T00:00:00,000+0300</verification_date> </user> ... </Data>
Name
Required
Type
Description
user_loginYes
stringUsername.
verification_uinYes
stringConfirmation code.
verification_typeYes
string(ApiExplicitVerificationType )Rights verification method.
verification_dateNo
timedateThe confirmation date.
Explicit methods of rights verification (ApiExplicitVerificationType)
|
Verification method |
Whether a verification check can be requested |
Description |
|
|
Yes |
Verifying rights with the DNS record. |
|
|
Yes |
Placing an HTML file in the site's root directory. |
|
|
Yes |
Adding a meta tag to the site's home page header. |
Response codes
To view the response structure in detail, click the reason.
|
Code |
Reason |
Description |
|
200 |
OK |
|
|
403 |
The ID of the user who issued the token differs from the one specified in the request. In the examples below, JSON
XML
|
|
|
404 |
Site management rights are not verified.
|
Related information
Type: int64. User ID. Required when calling all Yandex.Webmaster API resources. To get it, use the GET /v4/user method.
Type: host id (string). The site ID. To get it, use the GET /v4/user/{user-id}/hosts method.
Description
Error code.
Description
ID of the user who allowed access.
Description
Error message.
Description
ID of the requested site.
Required
Yes
Type
string
Description
Username.
Required
Yes
Type
string
Description
Confirmation code.
Required
Yes
Type
string (ApiExplicitVerificationType)
Description
Rights verification method.
Required
No
Type
timedate
Description
The confirmation date.
The status of verifying the right to manage the site (ApiVerificationState)
|
Status |
Description |
|
|
Verification wasn't completed and rights are not confirmed. |
|
|
The rights are verified. |
|
|
The rights verification is in progress. |
|
|
Verification was performed but rights are not confirmed. |
|
|
An unexpected error occurred when verifying the rights. |
Rights verification methods (ApiVerificationType)
|
Verification method |
Whether a verification check can be requested |
Description |
|
|
No |
Automatic rights verification (deprecated; only for *.narod.ru sites). |
|
|
No |
Rights were delegated. |
|
|
Yes |
Verifying rights with the DNS record. |
|
|
Yes |
Placing an HTML file in the site's root directory. |
|
|
Yes |
Adding a meta tag to the site's home page header. |
|
|
No |
Rights verification via Yandex.Mail for Domains. |
|
|
No |
Placing a text file in the site's root directory. |
Reasons for refusal to verify site management rights (ApiVerificationFailReason)
|
Reason for refusal |
Description |
|
|
Delegation of site management rights was canceled. |
|
|
The specified DNS record doesn't exist. |
|
|
The meta tag is missing in the site's home page header. |
|
|
Verification of site management rights via Yandex.Mail for Domain isn't allowed for this site. |
|
|
The HTML file content is set incorrectly. |
Explicit methods of rights verification (ApiExplicitVerificationType)
|
Verification method |
Whether a verification check can be requested |
Description |
|
|
Yes |
Verifying rights with the DNS record. |
|
|
Yes |
Placing an HTML file in the site's root directory. |
|
|
Yes |
Adding a meta tag to the site's home page header. |