# Account migration ## Migrate accounts (tenants) - [POST /resources/migrations/v1/tenants](https://developers.frontegg.com/ciam/api/tenants/account-migration/migrationcontrollerv1_migratetenants.md): Migrate one or more existing accounts (tenants) into your current environment. Use this route to initiate migration for a list of account (tenant) IDs. This request requires an environment token for authentication. ## Accounts (tenants) migration status - [GET /resources/migrations/v1/tenants/status/{migrationId}](https://developers.frontegg.com/ciam/api/tenants/account-migration/migrationcontrollerv1_getmigratetenantsstatus.md): Retrieve the current status of an ongoing accounts (tenants) migration. Provide the migrationId to track the progress and outcome of the migration request. This route requires an environment token for authentication.