We have configured change password email template and have custom html email body/message.
We want to include “username” of user in email body.
Found below auth0 documentation link of predefined common variables but didn’t find “username” in common variables list.
Please guide.
Hey there!
When it comes to user properties you can use following properties (in terms of names):
user.nickname
user.given_name
user.family_name
Is there any other way like by using management api or something?
Unfortunately there isn’t. You can submit that as a feature request here: