We have a process that uses Looker API to create a new user with a dummy email address. The problem is that since we use a dummy email address, we cannot access the setup link that is emailed to the new user.
Also tried using send_user_credentials_email_password_reset but the password_reset_url value is blank in response. Also I think since this is for a brand new user that has never logged in before, the docs say that a setup link would be emailed to user anyways.
So is there a way to set password for a new user who’s never logged in before or obtain password reset url purely via API?
Is there a way to retrieve that link