Skip to main content

Remap User ID

This endpoint allows partners to re-assign their partner-defined user ID.

PUT
/users/{user_id}/remap_id

Path Parameters

FieldRequiredType

user_id

The old id.

Required
String

Request Body

FieldRequiredType

id

The new id.

Required
String

Request sample

Language:

_10
// This code example will be added soon

Response sample

200
Language:json

_17
{
_17
"user": {
_17
"id": "U-39XBF7",
_17
"birthdate": "1959-07-17",
_17
"gender": "MALE",
_17
"first_name": "John",
_17
"guid": "USR-c4321d57a-9ae4-1fe3-6c4e-96a84fb92b50",
_17
"last_name": "Smith",
_17
"metadata": "Additional Information",
_17
"credit_score": 718,
_17
"email": "example@example.com",
_17
"phone": "(505) 555-1234",
_17
"zip_code": "87101",
_17
"is_disabled": false,
_17
"logged_in_at": null
_17
}
_17
}