Updates a Registration's contact settings. Some changes require confirmation by the domain's registrant contact .
Caution: Please consider carefully any changes to contact privacy settings when changing from REDACTED_CONTACT_DATA to PUBLIC_CONTACT_DATA. There may be a delay in reflecting updates you make to registrant contact information such that any changes you make to contact privacy (including from REDACTED_CONTACT_DATA to PUBLIC_CONTACT_DATA) will be applied without delay but changes to registrant contact information may take a limited time to be publicized. This means that changes to contact privacy from REDACTED_CONTACT_DATA to PUBLIC_CONTACT_DATA may make the previous registrant contact data public until the modified registrant contact details are published.
HTTP request
POST https://domains.googleapis.com/v1/{registration=projects/*/locations/*/registrations/*}:configureContactSettings
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the updateMask is "registrantContact".
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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-06-30 UTC."],[[["\u003cp\u003eThis webpage details how to update a \u003ccode\u003eRegistration\u003c/code\u003e's contact settings, noting that some changes need confirmation by the domain's registrant.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method for updating contact settings is a \u003ccode\u003ePOST\u003c/code\u003e request to a specific URL that follows gRPC Transcoding syntax, with a \u003ccode\u003eregistration\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body includes \u003ccode\u003econtactSettings\u003c/code\u003e, \u003ccode\u003eupdateMask\u003c/code\u003e, \u003ccode\u003econtactNotices\u003c/code\u003e, and \u003ccode\u003evalidateOnly\u003c/code\u003e fields, which specify the changes, the fields to be updated, contact notices, and whether to only validate the request.\u003c/p\u003e\n"],["\u003cp\u003eUpdating from \u003ccode\u003eREDACTED_CONTACT_DATA\u003c/code\u003e to \u003ccode\u003ePUBLIC_CONTACT_DATA\u003c/code\u003e will make the previous registrant contact data public until the changes to registrant contact details are published.\u003c/p\u003e\n"],["\u003cp\u003eTo make changes, authorization requires the \u003ccode\u003edomains.registrations.configureContact\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.registrations.configureContactSettings\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates a `Registration`'s contact settings. Some changes require confirmation by the domain's registrant contact .\n\nCaution: Please consider carefully any changes to contact privacy settings when changing from `REDACTED_CONTACT_DATA` to `PUBLIC_CONTACT_DATA.` There may be a delay in reflecting updates you make to registrant contact information such that any changes you make to contact privacy (including from `REDACTED_CONTACT_DATA` to `PUBLIC_CONTACT_DATA`) will be applied without delay but changes to registrant contact information may take a limited time to be publicized. This means that changes to contact privacy from `REDACTED_CONTACT_DATA` to `PUBLIC_CONTACT_DATA` may make the previous registrant contact data public until the modified registrant contact details are published.\n\n### HTTP request\n\n`POST https://domains.googleapis.com/v1/{registration=projects/*/locations/*/registrations/*}:configureContactSettings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/domains/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]