Hi,
I have a user whose name was updated in active directory and now she receives the 24411 Worklist could not be opened <username> is not allowed to open the worklist item error. I have removed the account from K2 workspace and readded, cleared the cache using 'Force Identity Service Refresh' tool and tried the below in PowerShell but she is still getting the error. Can someone please advise?
$objUser = New-Object System.Security.Principal.NTAccount "mydomain<new account name>"
$objUser.Translate([System.Security.Principal.SecurityIdentifier])
Thanks.