Lists all group moderators.
URL | Requires Auth | HTTP Method |
|
|
|
Argument | Example | Required | Description |
|
| Required (if no roomName) | The group's id |
|
| Required (if no roomId) | The group's name |
curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \-H "X-User-Id: aobEdbYhXfu5hkeqG" \http://localhost:3000/api/v1/groups.moderators?roomId=ByehQjC44FwMeiLbX
{"moderators": [{"_id": "rocket.cat","username": "rocket.cat","name": Rocket.Cat}],"success": true}
Version | Description |
0.70.0 | Added |