How do I check if a user exists in a different connection, when in action script?

Hey there @auth0rocks welcome to the community (sweet username :slight_smile: )!

This will involve using the Management API to search for the user’s email at which point I believe you’d have the information you need.

Here’s some info on how to use the Management API in Actions:

And on caching tokens in Actions:

Hope this helps!

1 Like