Skip to main content

Update Account​

Use this API to modify the following fields:

  • identityId

  • manuallyCorrelated

NOTE: All other fields cannot be modified.

The request must provide a JSONPatch payload.

A token with ORG_ADMIN authority is required to call this API.

Path Parameters
  • id string required

    The account ID

    Example: ef38f94347e94562b5bb8424a56397d8
Request Body array required

A list of account update operations according to the JSON Patch standard.

  • op string required

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

  • path string required

    A string JSON Pointer representing the target path to an element to be affected by the operation

  • value object

    The value to be used for the operation, required for "add" and "replace" operations

    anyOf

  • string
Responses

Accepted - Returned if the request was successfully accepted into the system.


Schema
  • object
Loading...