gmb_accounts_locations_admins_patch
Update a location admin's role on Google Business Profile using PATCH, modifying only the AdminRole field.
Instructions
PATCH v1/{+name}. Updates the Admin for the specified location. Only the AdminRole of the Admin can be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for this Google API method. | |
| name | Yes | Immutable. The resource name. For account admins, this is in the form: `accounts/{account_id}/admins/{admin_id}` For location admins, this is in the form: `locations/{location_id}/admins/{admin_id}` This field will be ignored if set during admin creation. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| $.xgafv | No | V1 error format. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| updateMask | No | Required. The specific fields that should be updated. The only editable field is role. | |
| prettyPrint | No | Returns response with indentations and line breaks. |