Unfortunately, FusionAuth does not support changing a user’s ID after the user has been created.
However, when creating users via API, you can specify a custom user ID at the time of creation. This allows you to control user IDs during the initial setup.
API Reference:
Create a User APISince the IDs are already assigned, your best option might be to adjust your integration logic or recreate the users with the desired IDs.