Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created July 1, 2019 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/e9f1ff0b16c58273d615bc084fa6a57a to your computer and use it in GitHub Desktop.
Save recursivecodes/e9f1ff0b16c58273d615bc084fa6a57a to your computer and use it in GitHub Desktop.
list-users.sh
curl -iX GET http://localhost:8080/user/list                                                                                                                                               
HTTP/1.1 200 OK
Content-Type: application/json
Date: Thu, 20 Jun 2019 10:46:51 -0400
transfer-encoding: chunked
connection: keep-alive
[{"id":"8BC3669097C9EC53E0532110000A6E11","firstName":"Todd","lastName":"Sharp","username":"recursivecodes","createdOn":"2019-06-20T14:45:38.509Z"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment