[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThis endpoint determines if a user account is eligible to receive a UserInvitation, indicating if it's an unmanaged account.\u003c/p\u003e\n"],["\u003cp\u003eEligibility requires the user's email to be a consumer account and its domain must match a verified Google Workspace or Cloud Identity domain.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP GET request checks eligibility using the user invitation's name in the format \u003ccode\u003ecustomers/{customer}/userinvitations/{user_email_address}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns a boolean \u003ccode\u003eisInvitableUser\u003c/code\u003e in the response body, indicating whether the email address is eligible.\u003c/p\u003e\n"],["\u003cp\u003eThis method is not applicable to Workspace Essentials customers and it requires specific OAuth scopes for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: customers.userinvitations.isInvitableUser\n\nVerifies whether a user account is eligible to receive a [UserInvitation](/identity/docs/reference/rest/v1/customers.userinvitations#UserInvitation) (is an unmanaged account).\n\nEligibility is based on 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\nIf both conditions are met, the user is eligible.\n\n**Note:** This method is not supported for Workspace Essentials customers.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1/{name=customers/*/userinvitations/*}:isInvitableUser`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for userinvitations.isInvitableUser RPC.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.userinvitations`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]