You can assign a temporary password to the user and continue your flow as normal.

  1. “Assign a temp password to a user” → Current User
  2. Create a backend workflow that you can call which “Logs the user in” using an email and password
  3. Create an API call in your API Connector which calls this endpoint
  4. Call this new API call you created, using the credentials generated in step 1. The result of this will be a token that you can reuse.
1 Like