Hello,
1.I have created a user using 'user.create' method.
The user details are updated in 'users' table and mail is updated in 'media' table properly.
2.Now I am creating an action such that mail notification should be sent to the user created in Step 1.
...