Skip to content

Move users from one channel to another #104

Closed Answered by reshmi-nair
paritshivani asked this question in Query
Discussion options

You must be logged in to vote

@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
}
}'

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@reshmi-nair
Comment options

@reshmi-nair
Comment options

Answer selected by AmiableAnil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Query
Labels
None yet
2 participants