Working on user access creation on Test Data Management Portal, it is sending email to the user which is not a valid password link.
TDM 4.11.x
Configuration issue.
While creating the user, add authorityName attribute in request data with the value as "NATIVE" to resolve the issue.
Ex:
{"userName":"test","email":"[email protected]","authorityName":"NATIVE"}