Olen/Spond

Getting group members

Closed this issue · 2 comments

Hi could you give an example of getting all members of a group please. Ideally (stretch goal) of adding and removing members?

Hi - have you tried the sample code in README.md? That gets all your groups, and prints the name of each. If you replace group['name'] with group['members'] you should see the members dict.

If you run example code groups.py you'll get output which shows the whole structure of the groups dict.

The library doesn't yet allow changing members.

Thanks