on 2023 Mar 15 1:56 PM
Hi ,
I am trying to create a user account through accounts.register API. I have passed the required parameters and user got created but user's email id is not verified and I can't pass the isVerified parameter along with this is API as it is saying dynamic fields are not allowed.
How can make the email id verified through this API call only?
Thanks in Advance!
Request clarification before answering.
Hi Maheshwari,
It is not possible to do this in a single request. You will need to do a subsequent request to the accounts.setAccountInfo REST API endpoint and pass isVerified=true to achieve this. Note that this parameter will only be operational if the request is signed using server-side credentials.
Thank you.
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.