want to get users list who are having access to workspace. I am using below query
query {
workspaces(ids:[some id,some id1]){
id
users_subscribers{
id
name
email
is_admin
}
}
}
i am able to access two workspaces but in api response getting my user id in only one workspace. can any one help me how to see the list of users who are having access to corresponding workspaces