I’m trying to get the users belonging to a group using Typescript in Foundry. I attempted to use Users.getGroupByIdAsync()
, but it doesn’t recognize the members
property. How can I achieve this?
This is not supported in Typescript Functions
I’m trying to get the users belonging to a group using Typescript in Foundry. I attempted to use Users.getGroupByIdAsync()
, but it doesn’t recognize the members
property. How can I achieve this?
This is not supported in Typescript Functions