jross
19 days agoQrew Cadet
API Method via Pipelines to tell if user has access to a specific app
Howdy all, I am trying to figure out the easiest way via a Pipeline to identify whether or not a specific email has a user in 3 different applications. I need to be able to dynamically take action based on If Statements within the Pipeline.
So far, functions like API_GetUserInfo is useless because if the user's email isn't in the app, it errors out and won't complete, rather than just returning "no user found". Even if it did, you apparently cannot use it on a specific application?
Any ideas? I just need to be able to take an email, and see "does this email have a user in THIS specific application, not just the realm overall".