DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Getting the list of members of a specific group #94

Closed AnasBuyumad closed 5 years ago

AnasBuyumad commented 5 years ago

A list of the group members should be retrieved after a GET on /groups/:group_id/members (e.g /groups/1/members)

Response -> An array of member object of model {"user_id": "userId", "admin": boolean}

DPigeon commented 5 years ago

Very useful, thanks.