graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

getProfile should return a field named "groups" including group ids #6

Closed ozanilbey closed 6 years ago

ozanilbey commented 6 years ago

or something like listMemberships(user)

esokullu commented 6 years ago

Can't you get this with a separate call?

ozanilbey commented 6 years ago

I can do it with something like listMemberships(user) but there isn't any available right now.

esokullu commented 6 years ago

What about /listGroups

ozanilbey commented 6 years ago

As far as I know, listGroups is not user-specific. I need something user-specific.

ozanilbey commented 6 years ago

Freshly implemented listMemberships(id) call works!