> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remap Account ID

> Use this endpoint to remap the ID assigned to the account.

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

## Path Parameters

<ParamField path="user_id" type="String" required />

<ParamField path="member_id" type="String" required />

<ParamField path="account_id" type="String" required>
  The old `id`.
</ParamField>

## Body Parameters

<ParamField body="id" type="string" required>
  The new `id`.
</ParamField>
