Problem statement
The Post-User-Registration Action does not return the complete event.user
object properties (e.g., nickname) as described in this document
Steps to reproduce
In the Post-User-Registration Action,
console.log("event.user.nickname",event.user.nickname)
returns undefined
.
Solution
This is a known issue that is being investigated.