Forum Discussion
TeresaSteeg1
9 months agoQrew Trainee
I know this post is old, but it relates very well to what I'm trying to do. I'm trying to get the user names of all people in a particular role. There's just a couple things I don't understand in the RegEx channel. First, how do I write the code to filter the logic in step B for a certain role (for example, Role ID = 12)? Second, I am trying to retrieve the user's name. It's stated that you should convert the string "group_0" to an object and can then reference the property. How is this done? I ultimately want to create a record with the user name or delete a record for that user name from a test table, depending on what is returned from the API_UserRoles call.