I am trying to derive a list of spaces that an authenticated user belongs to in Google Chat. I suspect the scope .../auth/chat.spaces.readonly is the right permission to achieve this. At the moment, I cant find any examples on how to retrieve the spaces for a user.
The only examples I have found has to do with retrieving the list of spaces for a bot with chat.spaces.list().