Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
We have a need to change a number of user's IDs and keep their profiles, privileges, associated content references, etc.
We would like to either update the existing rep:principalName or create a new ID and copy all the nodes and properties from the old ID.
TeamSite used to have a manual process by changing an xml to force associations from one ID to another.
Solved! Go to Solution.
Hello,
You can leverage groovy script to add a principal name.
Following script is to add rep:externalId property to user nodes. Similarly, you can update this script to add rep:principalName property.
https://gist.github.com/andrewmkhoury/6ebeb1e70663b3c63dcb4d2f0994e7ec
I hope this helps.
Regards,
Vishu
View solution in original post
Views
Likes
Replies
Like