{"info":{"_postman_id":"60ce9345-720a-474a-8c50-16435ed097ae","name":"User-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20514020","collectionId":"60ce9345-720a-474a-8c50-16435ed097ae","publishedId":"Uyxbq9Rc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-04T23:59:15.000Z"},"item":[{"name":"User Registration","id":"c5430785-5c52-4882-b55a-18e69a0b10f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"username\" :\"Pratik\",\r\n    \"firstname\":\"Pratik\",\r\n    \"lastname\" :\"Dabre\", \r\n    \"password\":\"Pratik@123\",\r\n    \"company\" : \"IBM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://52.207.242.60:5000/user/register","urlObject":{"protocol":"http","path":["user","register"],"host":["52.207.242.60:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5430785-5c52-4882-b55a-18e69a0b10f3"},{"name":"Get all users","id":"8bd45f34-bee8-4d45-b123-1532612a1a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://52.207.242.60:5000/all-users","urlObject":{"protocol":"http","path":["all-users"],"host":["52.207.242.60:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bd45f34-bee8-4d45-b123-1532612a1a1c"},{"name":"Login User","id":"ef971481-ac85-45ac-8bc6-98ec3bb7628b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"pdabre\",\r\n    \"password\":\"Pratik@123\" \r\n}","options":{"raw":{"language":"json"}}},"url":"http://52.207.242.60:5000/user/login","urlObject":{"protocol":"http","path":["user","login"],"host":["52.207.242.60:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef971481-ac85-45ac-8bc6-98ec3bb7628b"},{"name":"Get active sessions of an user","id":"b9a4d9ad-1973-46d5-b7c3-2e212d361b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://52.207.242.60:5000/users/get-sessions/sonal/86479a2d-5358-43e2-96ab-e41562dbe1ee","urlObject":{"protocol":"http","path":["users","get-sessions","sonal","86479a2d-5358-43e2-96ab-e41562dbe1ee"],"host":["52.207.242.60:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9a4d9ad-1973-46d5-b7c3-2e212d361b01"},{"name":"User-update","id":"0aacc4af-38ad-4f25-a26c-0d568847c860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"testdemo\",\r\n    \"firstname\":\"test1\",\r\n    \"lastname\":\"demo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/users/update","urlObject":{"protocol":"http","port":"8000","path":["users","update"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aacc4af-38ad-4f25-a26c-0d568847c860"}],"variable":[{"key":"SERVER","value":"52.207.242.60:5000"}]}