Get list of all users who have access to a device within an experience

Hi @Zach_Jacobs,

Thanks for this description of your use case, it was quite helpful. :smile:

I found some resources that may provide guidance and walkthroughs, and are quite relevant because they describe similar architecture:

Currently, there are a couple of ways to produce this list, and if you are using the Group: Get Node, it’s possible you may already have it! I would recommend reading the above posts however, to see how these work in context, as the following will only provide the users in that group, and not users nested below.

  • Since you are querying by tag in the Group: Get Node, your result should include an array of experienceUserIds.
  • You can get Experience Users with the Losant API Node and the Groups GET resource.
  • Keep in mind you also have the option of storing the group as a tag on the user and using a tag query in the Get User Node to return a list.

Please let me know if you have any additional questions!
Julia