Hello,
After reading through the documentation I am still having an issue getting the correct branch code and name path setup in my import.
My branch structure is simple:
/Main Branch/Branch 1/Branch 1aI want to bring users into Branch 1 and then create new branches under Branch 1.
/Main Branch/Branch 1/Branch 1a
/Main Branch/Branch 1/Branch 1b (newly created branch)
/Main Branch/Branch 1/Branch 1c (newly created branch)I have confirmed the Branch Code for Main Branch = 0 and Branch 1 = 1
My request looks like this, where Branch 1b does not exist yet
...
Branch code path: “0/1/”,
Branch name path: “Main Branch/Branch 1/Branch 1b” }
],
Options:
{
Change user password: false,
Ignore password change for existing users: true,
Power user option: “no_association”,
Send notification email: false,
Branch option: “existing”,
Destination branch: 1,
Update user info: true,
Force create branches: true
}
I can’t get it to create new branches for me. Can anyone point out what I’m doing wrong here?
Thank you so much in advance.
