Post User Registration user does not have user.name property

Hi @gilesf,

It’s quite interesting that the name property seems to be missing.

In my tests, I was able to create a new Action script, include the console.log(event.user), and print the results:

From my results, I managed to match the name property that was passed with the name in the results.

Based on your screenshot, it appears that the event.user object didn’t receive any values for the name. I conducted an additional test by not providing a value for the name property, and I can confirm that this produces the same result you observed. Specifically, the name property holds no value:

Would you be able to try creating a new script and just printing the event.user object?

Let me also mention that the Management API and Actions test debugger interface are independent of each other.

If you need to debug further, I recommend using the Real-time Webtask Logs Extension.

Thanks,
Rueben