Supported Formats

JSON

Errors

Code Description
401 Unauthorized
404 Missing
500 Server crashed for some reason

Examples

{
  "members": [{
    "id": 5,
    "user_id": 2
  }, {
    "id": 8,
    "user_id": 9
  }, {
    "id": 9,
    "user_id": 10
  }, {
    "id": 28,
    "user_id": 22
  }, {
    "id": 29,
    "user_id": 25
  }, {
    "id": 30,
    "user_id": 26
  }]
}