The current implementation uses https://docs.atlassian.com/atlassian-user/2.0/apidocs/com/atlassian/user/Entity.html#getName() We should use https://docs.atlassian.com/ConfluenceServer/javadoc/6.15.6/com/atlassian/confluence/user/ConfluenceUser.html#getKey-- instead for the following reasons - only the id is stable, i.e. when changing login infrastructure user name can change - com.atlassian.sal.api.user.UserKey is a class with type safety as opposed to user name of type _String_ - it will allow proper anonymisation see #71 and #95 ⚠️ consider backwards compatibility