Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Übersicht der Nutzereinladungs-API
Mit der Cloud Identity User Invitation API können Sie nicht verwaltete Konten im Rahmen der Einrichtung von Nutzern in Ihrer Google Workspace- oder Cloud Identity-Domain identifizieren und verwalten.
Nicht verwaltete Konten werden nach folgenden Kriterien definiert:
Die E-Mail-Adresse ist ein Privatnutzerkonto und die primäre E-Mail-Adresse des Kontos.
Die Domain der E-Mail-Adresse entspricht einer vorhandenen bestätigten Google Workspace- oder Cloud Identity-Domain
Diese Konten gibt es im Allgemeinen, da sich ein Nutzer des Kunden mit seiner geschäftlichen oder anderweitig beruflichen E-Mail-Adresse für Google-Nutzerdienste registriert hat.
Wenn sich der Kunde dann für Google Workspace oder Cloud Identity anmeldet und ein Nutzerkonto mit derselben primären E-Mail-Adresse wie ein vorhandenes nicht verwaltetes Konto bereitstellt, kommt es zu einem Konflikt mit diesem nicht verwalteten Konto und muss aufgelöst werden.
Mit der User Invitation API können Aufgaben zur Schlüsselauflösung automatisiert werden:
Stellen Sie fest, ob eine bestimmte E-Mail-Adresse berechtigt ist, der Domain des Kunden beizutreten. Beide Kriterien müssen erfüllt sein.
Ad-hoc- oder Batch-E-Mail-Einladungen an zulässige E-Mail-Adressen senden, damit sie der Domain des Kunden beitreten können
Eine Liste nicht verwalteter Konten abrufen, die nach ihrem Einladungsstatus gefiltert werden können Alle nicht verwalteten Konten in der Domain des Kunden werden als nicht gesendete Nutzereinladungen (state==NOT_YET_SENT) behandelt, bis sie gesendet werden.
Eine bestimmte Einladung nach E-Mail-Adresse suchen
Bereits gesendete Einladungen abbrechen
Mit dem Einladungsfluss für Nutzer können Endnutzer und der Administrator dafür sorgen, dass alle Daten, die mit dem Privatnutzerkonto erstellt werden, von der richtigen Entität verwaltet werden:
Wenn der Endnutzer geschäftsbezogene Daten im Privatnutzerkonto hat und die Einladung akzeptiert, kann der Administrator die Inhaberschaft übernehmen und die Daten gemäß den Richtlinien des Kunden verwalten.
Wenn die Daten des Endnutzers nicht geschäftsbezogen sind und er ablehnt, wird er in der Einladung darauf hingewiesen, dass er die E-Mail-Adresse möglicherweise später umbenennen muss, wenn der Administrator ein neues Google-Konto für ihn erstellt. Der Administrator kann ein neues verwaltetes Konto erstellen und die primäre E-Mail-Adresse des Privatnutzerkontos entfernen, um den Konflikt zu lösen. Der Endnutzer wird dann bei jeder Anmeldung in seinem privaten Google-Konto aufgefordert, seine E-Mail-Adresse in eine andere E-Mail-Adresse umzubenennen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eThe Cloud Identity User Invitation API helps manage unmanaged accounts during user onboarding to Google Workspace or Cloud Identity domains.\u003c/p\u003e\n"],["\u003cp\u003eUnmanaged accounts are consumer accounts whose email domain matches a verified Google Workspace or Cloud Identity domain, created because users signed up for consumer Google services with their work or school email.\u003c/p\u003e\n"],["\u003cp\u003eThis API automates key resolution tasks, like determining eligibility, sending invitations, listing unmanaged accounts, looking up specific invitations, and canceling sent invitations.\u003c/p\u003e\n"],["\u003cp\u003eThe user invitation process allows administrators to take ownership of business-related data from consumer accounts or inform users to rename their email if it's personal.\u003c/p\u003e\n"],["\u003cp\u003eThe API can be set up by following the steps in \u003ca href=\"/identity/docs/how-to/setup-user-invitations\"\u003eSetting up the User Invitation API\u003c/a\u003e, and more information on conflict resolution can be found in the Google Admin Help Center under \u003ca href=\"https://support.google.com/a/answer/6178640\"\u003eFind and manage existing accounts\u003c/a\u003e.\u003c/p\u003e\n"]]],[],null,["# User Invitation API overview\n============================\n\nThe Cloud Identity User Invitation API allows you to identify and manage\nunmanaged accounts as part of onboarding users to your Google Workspace or\nCloud Identity domain.\n|\n| **Beta**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nUnmanaged accounts are defined by the following criteria:\n\n- the email address is a consumer account and it's the primary email address of the account, and\n- the domain of the email address matches an existing verified Google Workspace or Cloud Identity domain\n\nThese accounts generally exist because one of the customer's users has signed\nup for consumer Google services using their work or educational email address.\nWhen the customer then signs up for Google Workspace or Cloud Identity\nand provisions a user account with the same primary email address as an\nexisting unmanaged account, that unmanaged account becomes conflicted and\nneeds to be resolved.\n\nThe User Invitation API makes key resolution tasks automatable:\n\n- Determine if a given email address is eligible to join the customer's domain (must meet both criteria)\n- Send ad-hoc or batch email invitations to eligible email addresses so they can join the customer's domain\n- Retrieve a list of unmanaged accounts, filterable by their invitation state. All unmanaged accounts on the customer's domain are treated as unsent user invitations (`state==NOT_YET_SENT`) until they are sent.\n- Look up a specific invitation by email address\n- Cancel already-sent invitations\n\nThe user invitation flow allows both the end user and the administrator to\nensure that any data created using the consumer account is managed by the\ncorrect entity:\n\n- If the end user has business-related data under the consumer account and accepts the invitation, the administrator can take ownership and manage the data according to the customer's policies.\n- If the end user's data is not business-related and they decline, the invitation gives the user notice that they may need to rename the email address later if the admin creates a new Google account for them. The administrator can create a new managed account and evict the primary email address of the consumer account, creating the conflict. The end user will then be asked to rename their email address to another email address every time they log in to their personal Google account.\n\nNext steps\n----------\n\nHere are a few next steps you might take:\n\n- To set up the API, refer to [Setting up the User Invitation API](/identity/docs/how-to/setup-user-invitations).\n- To understand how account conflict resolution works in the Admin Console, read [Find and manage existing accounts](https://support.google.com/a/answer/6178640) in the Google Admin Help Center."]]