Close httplib2 connections.
verifySelf(account, body=None, x__xgafv=None)
Updates the user that is represented by the caller from pending to verified.
close()
Close httplib2 connections.
verifySelf(account, body=None, x__xgafv=None)
Updates the user that is represented by the caller from pending to verified.
Args:
account: string, Required. The name of the account under which the caller is a user. Format: `accounts/{account}` (required)
body: object, The request body.
The object takes the form of:
{ # Request message for the `VerifySelf` method.
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # The `User` resource represents a user associated with a Merchant Center account. It is used to manage user permissions and access rights within the account. For more information, see [Frequently asked questions about people and access levels](//support.google.com/merchants/answer/12160472).
"accessRights": [ # Required. The [access rights](https://support.google.com/merchants/answer/12160472?sjid=6789834943175119429-EU#accesstypes) the user has.
"A String",
],
"name": "A String", # Identifier. The resource name of the user. Format: `accounts/{account}/user/{email}` Use `me` to refer to your own email address, for example `accounts/{account}/users/me`.
"state": "A String", # Output only. The state of the user.
}