You can assign a temporary password to the user and continue your flow as normal.
- “Assign a temp password to a user” → Current User
- Create a backend workflow that you can call which “Logs the user in” using an email and password
- Create an API call in your API Connector which calls this endpoint
- 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