Is there any way to verify user as well as change its password with one API call?
-
any API available to update user's password as well as verify user's registration in single api call to fusion auth?
-
@tsukhwani Not that I know of. I don't think you can verify a user's registration via API.
You should be able to use the Update User API to update verify the user's email, though.
From my reading of the docs, if you set
skipVerification
totrue
, it setsverified
totrue
, and you can set the password at the same time.