patchManagedObject
Update specific fields of managed objects like users, roles, groups, or organizations in PingOne Advanced Identity Cloud using JSON Patch operations.
Instructions
Update specific fields of a managed object in PingOne AIC using JSON Patch operations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | Managed object type (e.g., alpha_user, bravo_user, alpha_role, bravo_role, alpha_group, bravo_group, alpha_organization, bravo_organization). Use listManagedObjects to discover all available types. | |
| objectId | Yes | The object's unique identifier (_id) | |
| revision | Yes | The current revision (_rev) of the object, obtained from getManagedObject | |
| operations | Yes | Array of JSON Patch operations to apply to the object |