v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Update the External ID of an Entity

put/v1/external_ids/{id}

Path parameters

idinteger required

Denotes the unique identifier assigned to the External ID.

Query parameters

external_idstring

Specify the ID of the third-party integration.

integration_namestring

Specify the name of the third-party integration.

Response

200

Example response

{
  "external_id": {
    "id": 809946,
    "external_id": "EXTERNAL",
    "integration_name": "INTERNAL",
    "external_id_holder_id": 3314385,
    "external_id_holder_type": "User"
  }
}