ServiceNow: Is the user member of the group?
Use cases
Check if the following user is member of group 'xyz'
the currently logged in user (such as user who creates an incident)
a user set in a specific field (such as caller_id)
Options / Tools to achieve this
isMemberOf() method
sys_user_g...
grow2dev.hashnode.dev2 min read
Ennin
Thank you. This helped a lot.