---
title: Create Object node
description: The Create Object node lets you create a new object in the underlying identity service (PingIDM) based on information collected during authentication, such as user registration.
component: auth-node-ref
version: latest
page_id: auth-node-ref::create-object
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/create-object.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-create-object.adoc"]
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/create-object.html
section_ids:
  example: Example
  availability: Availability
  inputs: Inputs
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# Create Object node

The Create Object node lets you create a new object in the underlying identity service (PingIDM) based on information collected during authentication, such as user registration.

Any managed object attributes that are marked as required in the underlying identity service (PingIDM) must be collected during authentication to create the new object.

## Example

The following example uses this node with the [Increment Login Count node](increment-login-count.html) to create a new user object.

![Create object flow](_images/auth-node-create-object-journey.png)

* The [Page node](page.html) includes various nodes that collect attributes and store them in the shared node state.

* The [Create Object node](create-object.html) uses these attributes to create the new user.

* The [Increment Login Count node](increment-login-count.html) resets the retry count on successful authentication of the new user.

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes 1      |
| Ping Identity Platform (self-managed) | Yes        |

1 This functionality requires that you configure AM as part of a [Ping Identity Platform deployment](https://docs.pingidentity.com/platform/8.1/sample-setup/).

## Inputs

This node requires the managed object attributes marked as required

## Configuration

| Property          | Usage                                                                                                                                                                                                                                                                                                                                                                                                |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Identity Resource | The type of managed identity resource object that this node creates. It must match the identity resource type for the current flow.&#xA;&#xA;To check for the available managed identity resource types, go to the IDM admin UI, and open the Manage drop-down list in the upper right corner of the screen.&#xA;&#xA;Identity managed object types are preceded by the icon.Default: `managed/user` |

## Outputs

This node doesn't change the shared state.

## Outcomes

This node has the following outcomes:

* Created

* Failed

## Errors

This node can log the following warning messages:

| Message                            | Notes                                                                                     |
| ---------------------------------- | ----------------------------------------------------------------------------------------- |
| Failed to create object            | The preceding nodes don't provide all the fields required to create the object.           |
| Failed to retrieve object's schema | The node failed to get the list of required attributes from the Identity Resource schema. |
