---
title: PingOne Credentials Update node
description: The PingOne Credentials Update node lets you update a PingOne credential in a journey.
component: auth-node-ref
version: latest
page_id: auth-node-ref:pingone:pingone-cred-update
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-update.html
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-update.html
section_ids:
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# PingOne Credentials Update node

The PingOne Credentials Update node lets you update a PingOne credential in a journey.

## Availability

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

## Inputs

This node retrieves `pingOneUserId` and `pingOneCredentialId` from the journey state.

## Dependencies

This node requires that the PingOne Worker Service is configured so that it can connect to your PingOne instance and update PingOne credentials.

## Configuration

| Property                  | Usage                                                                                                                                                                                          |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PingOne Worker service ID | The ID of the PingOne Worker service for connecting to PingOne.                                                                                                                                |
| PingOne UserID Attribute  | Local attribute name from which to retrieve `pingOneUserId`. The journey state is first looked up, then the local datastore.                                                                   |
| Credential Type ID        | The requested credential name.                                                                                                                                                                 |
| Credential Id Attribute   | The local attribute name to retrieve the credential ID attribute from the shared state.                                                                                                        |
| Attribute map             | The `Key` - `Value` mapping used for associating shared state attributes with credentials. The `Key` is the shared state attribute, and the `Value` is the corresponding credential attribute. |

## Outputs

* `pingOneCredentialUpdate` — The response from the PingOne Credentials Update operation.

## Outcomes

* `Success`

  The credential is updated.

* `Error`

  There was an error when updating the credential.

## Errors

If the API call to PingOne Credentials fails, the following error is logged:

* `Error: PingOne Credentials Update a User Credential- Status Code - Response Body`
