Move users from one channel to another #104
-
Hi team We tried user update API but couldn't work. Also we are not sure about user migration steps. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@paritshivani Migration api is used to move user from custodian or default tenant to other tenant organisations. Tenant to tenant movement is not available now. |
Beta Was this translation helpful? Give feedback.
-
@reshmi-nair , Is there any other way we can use same users in other tenant? We have one urgent requirement of this. |
Beta Was this translation helpful? Give feedback.
@paritshivani This api request can be used to do migration from one tenant to another
curl --location --request PATCH 'localhost:9000/private/user/v1/migrate'
--header 'Content-Type: application/json'
--data '{
"request": {
"userId": "ae36d90f-7e29-4f10-8b27-3fe8d0472fe1",
"rootOrgId": "0137787306921246720",
"forceMigration": true
}
}'