How to create new organisation in Azure and move user from old to new organisation

Viewed 21

How to create new organisation in Azure and move user from old to new organisation.

Eg: Move developer@example.com to new from old organisation. I want to create new organisation and migrate user(developer@example.com) to new organisation.

1 Answers

You can export the users from the old tenant and import into the new tenant.

However, you can't import the password user.

Hope this help!

Related