Resolved! How to query a certain user's role
Hello Community,I have a question. I am trying to query a certain role and return a true statement when a user has that certain role. What am I doing wrong?Here is the script I am trying to work withfunction userHasRole(UserID, role){ var roles =...
