Forum Discussion
MarkShnier__You
27 days agoQrew Legend
The way I did this was to create a formula checkbox in native Quickbase.
UserToName(ToUser([User Email]))<>"Invalid"
Then I had my Pipeline branch on that Condition so it knew if it was provisioning a new user or just adding an existing user to a Role.
- jross21 days agoQrew Cadet
Hey Mark, sorry about the delay, thank you for your reply. I ended up coming to the same conclusion as I realized that there is no API call to tell you if a user has access to the entire realm or not, which is frustrating.