---
title: "PATCH /v1/{+name}"
method: PATCH
path: "/v1/{+name}"
tags: ["organizations"]
---

# PATCH /v1/{+name}

`PATCH /v1/{+name}`

Update details of a single customer

## Path parameters

- `name` string, required

## Query parameters

- `updateMask` string

## Request body

- Customer — Contains metadata around a Cloud Controls Partner Customer
  - `displayName` string — Required. Display name for the customer
  - `name` string — Identifier. Format: `organizations/{organization}/locations/{location}/customers/{customer}`
  - `organizationDomain` string — Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"
  - `customerOnboardingState` CustomerOnboardingState — Container for customer onboarding steps
    - `onboardingSteps` CustomerOnboardingStep[] — List of customer onboarding steps
      - `completionState` 'COMPLETION_STATE_UNSPECIFIED' | 'PENDING' | 'SUCCEEDED' | 'FAILED' | 'NOT_APPLICABLE' — Output only. Current state of the step
      - `step` 'STEP_UNSPECIFIED' | 'KAJ_ENROLLMENT' | 'CUSTOMER_ENVIRONMENT' — The onboarding step
      - `startTime` string, google-datetime — The starting time of the onboarding step
      - `completionTime` string, google-datetime — The completion time of the onboarding step
  - `isOnboarded` boolean — Output only. Indicates whether a customer is fully onboarded

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/cloudcontrolspartner.md) · [All operations](https://skmtc.net/google/apis/cloudcontrolspartner/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/cloudcontrolspartner/versions/408340729fef/schema)
