Method: accounts.invitations.accept

  • This document outlines the process and requirements for accepting a specified invitation using the accounts/*/invitations/*}:accept endpoint.

  • The request is made using an HTTP POST method to the specified URL with an empty request body.

  • Successful responses will return an empty body, indicating the invitation has been accepted.

  • Authorization requires the https://www.googleapis.com/auth/business.manage OAuth scope.

  • The request utilizes path parameters to identify the target account and invitation.

Accepts the specified invitation.

HTTP request

POST https://mybusinessaccountmanagement.googleapis.com/v1/{name=accounts/*/invitations/*}:accept

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the invitation that is being accepted. accounts/{account_id}/invitations/{invitation_id}

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.