I want my users to see a post when they log into my web app for the first time if they match a certain rule. I want the post to appear over my ui and block it, and I don’t want the users to be able to close / dismiss it.
Once a user is manually approved by my team, the team will add a tag. The tag will exclude them from the audience that is shown the post, so the next time they log in the post won’t appear.
Is that possible?