---
title: Patch object stage
description: Currently, this stage is used only to patch the managed object with the terms and conditions acceptance obtained from state. If the terms and conditions state is not present, the stage simply advances to the next stage in the process.
component: pingidm
version: 7.5
page_id: pingidm:self-service-reference:stages/stage-patch-object
canonical_url: https://docs.pingidentity.com/pingidm/7.5/self-service-reference/stages/stage-patch-object.html
keywords: ["JSON", "Configuration", "Authentication", "Self-Service", "User Self-Service", "Terms &amp; Conditions"]
---

# Patch object stage

Currently, this stage is used *only* to patch the managed object with the terms and conditions acceptance obtained from `state`. If the terms and conditions state is not present, the stage simply advances to the next stage in the process.

* Example configuration

  ```json
  {
      "name" : "patchObject",
      "identityServiceUrl" : "managed/user"
  }
  ```

* Dependencies

  This stage requires the [Terms and Conditions stage](stage-terms-conditions.html) to have preceded it. It can be followed by any stage and can occur anywhere in a process.

* Requirements

  * `identityServiceUrl` - the managed object type on which this stage acts.
