-
Notifications
You must be signed in to change notification settings - Fork 2
api users *
Matheus Gomes Maia edited this page May 15, 2018
·
6 revisions
-
URL
/api/users/
-
Method:
GET
-
URL Params
Optional:
query: ?skip=0&limit=50
-
Data Params
-
Success Response:
-
Code: 200
-
Content:
[ { "_id": "5af68aade1b237001abd78d4", "username": "matheusgmaia", "email": "[email protected]", "__v": 2, "eventHistory": [], "followers": [], "following": [], "favTeams": [ "5af66362b91878001bb2c26e", "5af66392b91878001bb2c26f" ], "createdAt": "2018-05-12T06:33:17.005Z" }
-
] ```