Chatwoot/app/controllers/platform/api/v1
Sojan Jose 81d0405473
chore: Ability to update user email via Platform APIs (#4659)
When the platform update API is called with a new user email, Chatwoot will still follow the same behaviour as in the dashboard where the user will have to confirm the new email activation link until the email gets updated on the user record.

In the case of platform APIs, this might not be the ideal behaviour since the original app will already have a flow to update the user emails. Hence we need to confirm the emails without the extra step in this case

fixes: #4510
2022-05-10 00:28:46 +05:30
..
account_users_controller.rb chore: Use "destroy!" instead of "destroy" when not checking the return value (#4259) 2022-03-24 13:28:25 +05:30
accounts_controller.rb feat: Platform API improvements (#2900) 2021-09-02 18:29:45 +05:30
agent_bots_controller.rb feat: Add AgentBot APIs (#2323) 2021-06-01 22:34:25 +05:30
users_controller.rb chore: Ability to update user email via Platform APIs (#4659) 2022-05-10 00:28:46 +05:30