Sends a UserInvitation
to email. If the UserInvitation
does not exist for this request and it is a valid request, the request creates a UserInvitation
.
Note: The get
and list
methods have a 48-hour delay where newly-created consumer accounts will not appear in the results. You can still send a UserInvitation
to those accounts if you know the unmanaged email address and userinvitations.isInvitableUser
==True.
HTTP request
POST https://cloudidentity.googleapis.com/v1beta1/{name=customers/*/userinvitations/*}:send
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. |
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.