Want to get users list who are having access to workspace

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

Hi @viswanath,

Welcome to the community!

Just so you know, I changed the category of your post so it goes in the monday Apps & Developers queue!

Best,
Rachel

Hello there @viswanath,

Just to be sure, do you want to know which users can see the workspace, or which users are members of it?