Expand my Community achievements bar.

SOLVED

Can we change the User ID (rep:principalName)?

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

1 Reply

Avatar

Correct answer by
Employee

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