Forum Discussion

alejandro's avatar
alejandro
Cloud Apps
05-30-2024
Solved

Migrate users from one tenant to another

I want to migrate  users from one tenant to another; I exported the first tenant users as well as their related data, then I deleted the users so I can recreate those users in the second tenant, I tr...
  • alejandro's avatar
    05-30-2024

    I managed to solve this.

  • alejandro's avatar
    06-06-2024

    I was able to add a user in a specific tenant using the next payload using REST API version 1.0:

    {
    "email": "[email protected]",
    "userName": "alejandro_ran",
    "firstName": "Alejandro",
    "lastName": "Ran",
    "roleId": "5fbc47b1ded309103e86c131",
    "groups": [
    "5fc300cf435a06002d5c8d65",
    "2df32132be402c002c2c9886",
    "5894da88e5a7ed001a54516f"
    ],
    "tenantId": "88620637367dfe002dfa9e80",
    "preferences": {

    },
    "uiSettings": {}
    }