Stay organized with collections
Save and categorize content based on your preferences.
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/v1/{name=customers/*/userinvitations/*}:send
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Sends a UserInvitation to an email address, creating one if it doesn't already exist for valid requests."],["Newly created accounts may not appear in `get` and `list` results for 48 hours, but UserInvitations can still be sent if the email and [userinvitations.isInvitableUser](/identity/docs/reference/rest/v1/customers.userinvitations/isInvitableUser#google.apps.cloudidentity.userinvitations.v1.UserInvitationsService.IsInvitableUser) check out."],["The HTTP request is a `POST` method to the specified URL: `https://cloudidentity.googleapis.com/v1/{name=customers/*/userinvitations/*}:send`."],["The request requires a `UserInvitation` name in the format `customers/{customer}/userinvitations/{user_email_address}`, with an empty request body."],["Successful requests return an Operation instance and require the `https://www.googleapis.com/auth/cloud-identity.userinvitations` OAuth scope for authorization."]]],[]]