Hi everyone,
I’m trying to fetch a list of users and also get the products assigned to each individual user using the API. Can someone guide me on how to achieve this? Any example or endpoint structure would be really helpful.
Thanks in advance!
I have tried using this query but getting null data.
query {
users {
account_products{
id
kind
}
}
}