Users

Get user's external ID

This endpoint gets user's external ID by user ID.

get/v2/users/{userId}/external-id

Response

OK

externalIdstring required

A partner-assigned user identifier. This value must be unique for all travelers within a PNR.

Example response

{
  "externalId": "user-1"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.