---
title: Create Object node
description: Create a new managed object using attributes collected during an authentication journey, such as during user registration.
component: platform
version: 7.5
page_id: platform:auth-node-ref:create-object
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/create-object.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-create-object.adoc"]
section_ids:
  availability: Availability
  inputs: Inputs
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
  example: Example
---

# Create Object node

The Create Object node lets you create a new object in IDM based on information collected during authentication, such as user registration.

Any managed object attributes that are marked as required in IDM must be collected during authentication in order to create the new object.

## Availability

| Product                                                                                                                                 | Available? |
| --------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud                                                                                                         | Yes        |
| PingAM (self-managed)&#xA;&#xA;This functionality requires that you configure AM as part of a sample Ping Identity Platform deployment. | Yes        |
| Ping Identity Platform (self-managed)                                                                                                   | Yes        |

## 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. |

## 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.
