get users from a project - maximesenecal/planitpoker-api GitHub Wiki

REQUEST

/api/project/:id/users

Where :id is the project identifier (ObjectID with MongoDB)

RESPONSE

[
  {
    "firstName": "Maxime",
    "createdAt": "2017-01-24T11:00:21.764Z",
    "updatedAt": "2017-01-24T11:03:54.845Z",
    "id": "588733c58efa62a5250ffd3b"
  }
]

The response is a json file listing the users to which the project is linked.