Method: customers.userinvitations.cancel

Cancels a UserInvitation that was already sent.

HTTP request

POST https://cloudidentity.googleapis.com/v1beta1/{name=customers/*/userinvitations/*}:cancel

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. UserInvitation name in the format customers/{customer}/userinvitations/{user_email_address}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-identity.userinvitations

For more information, see the Authentication Overview.