{"info":{"_postman_id":"8ef1c10f-d317-4117-8a60-89068ff8758c","name":"JALA ACADEMY RESTful API's","description":"<html><head></head><body><p><strong>JALA Academy</strong> offers 100% Job Guarantee Programs for aspiring Software Engineers on the latest Technologies through Project-based Training. Please read our website and contact us on <em><strong>WhatsApp</strong></em> for more details/password details in case the password is changed. Our content is designed not just for learning but <strong>EARNING</strong>.</p>\n<p><a href=\"https://jalaacademy.com/\">https://jalaacademy.com/</a></p>\n<p>Check our other offerings below. You can build any of these frameworks from scratch in a week with our expert mentors who know how to help job seekers.</p>\n<ul>\n<li><p>QA / SDET / Test Automation</p>\n</li>\n<li><p>RestAssured / API Automation Framework</p>\n</li>\n<li><p>Java Full Stack</p>\n</li>\n<li><p>Python Full Stack</p>\n</li>\n<li><p>DotNet Full Stack</p>\n</li>\n<li><p>AWS Cloud / DevOps</p>\n</li>\n<li><p>AI / ML / Data Science</p>\n</li>\n<li><p>MERN Stack</p>\n</li>\n<li><p>Cyber Security</p>\n</li>\n<li><p>Robotics Process Automation</p>\n</li>\n</ul>\n<p>You will be able to code in 15 days confidently though you are from non-IT background. Help 1000s of people get IT Jobs.</p>\n<p>Hope this <strong>live project</strong> will help you learn about real-world project scenarios practically. Thank you for allowing us to serve you.</p>\n<p>We are implementing more innovative teaching techniques for all technologies we are offering, so learning is fun to earn money. Join our WhatsApp groups for Jobs information. Feel free to contact us on our website for any information you may need.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21869349","collectionId":"8ef1c10f-d317-4117-8a60-89068ff8758c","publishedId":"UzQvtQep","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-17T18:56:15.000Z"},"item":[{"name":"Login_ValidInput","id":"25fdd867-679e-40f2-b506-5893860dc792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"email\": \"admin@jalaacademy.com\",\r\n        \"password\": \"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/signin","description":"<ul>\n<li>Use User Name and Password to generate the bearer token. The token should be used for all the other APIs as a bearer token from auth tab.</li>\n<li>Feel free to reach out to us on the official Whatsapp number for any support or user credentials. We are committed to giving you the best service.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","signin"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"25fdd867-679e-40f2-b506-5893860dc792"},{"name":"Login_InvalidInput","id":"6b971e07-5ef7-45c7-926f-e80722241d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"email\": \"admin@admin.com\",\r\n        \"password\": \"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/signin","description":"<ul>\n<li>Try with invalid credentials and check if you are able to generate the token</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","signin"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b971e07-5ef7-45c7-926f-e80722241d66"},{"name":"Create User_ValidInput","id":"8f831e97-da4e-464c-8c40-4d89c00e5333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test1@teset.com\",\r\n    \"mobile\": \"1004567822\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li><p>Use the Bearer Token as authentication for using the APIs.</p>\n</li>\n<li><p>Login with the valid credentials given by our mentors</p>\n</li>\n<li><p>For any assistance, do not hesitate to reach out on WhatsApp number for 1:1 FREE support.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f831e97-da4e-464c-8c40-4d89c00e5333"},{"name":"CreateUser_InvalidInput","id":"de84db62-5472-4b9b-99f6-dccc030cd1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \" \",\r\n    \"email\": \" test1@gmail.com\",\r\n    \"mobile\": \"1234567899\",\r\n    \"dob\": \"1996-06-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>First Name, Last Name, Mobile, and Email Address are mandatory fields.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de84db62-5472-4b9b-99f6-dccc030cd1cd"},{"name":"CreateUser_EmptyFirstName","id":"37925fdf-5462-4087-884f-9fecee9e8f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \" \",\r\n    \"last_name\": \"User\",\r\n    \"email\": \" test1@gmail.com\",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li><p>Try creating a user without a first name and see the response code.</p>\n</li>\n<li><p>Keep playing with these APIs but do not delete too many users. Use this platform responsibly.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"37925fdf-5462-4087-884f-9fecee9e8f0d"},{"name":"CreateUser_EmptyLastName","id":"c42ef5e4-f485-4bc1-a51d-4f82fc7c679a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \" \",\r\n    \"email\": \"test1@test.com\",\r\n    \"mobile\": \"1234567899\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c42ef5e4-f485-4bc1-a51d-4f82fc7c679a"},{"name":"CreateUser_ValidEmail","id":"cf692ba8-022c-493e-a60b-3d06b366b625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test1@gmail.com\",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Try creating a user with valid email</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf692ba8-022c-493e-a60b-3d06b366b625"},{"name":"CreateUser_InvalidEmail","id":"cc314bcb-9ea6-4cf0-ad80-a8520b4f879a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \" \",\r\n    \"mobile\": \"1234567899\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Try creating a user with an invalid email. Guess what is the invalid email.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc314bcb-9ea6-4cf0-ad80-a8520b4f879a"},{"name":"CreateUser_ValidMobile","id":"0c480933-b285-42f9-a3bb-c03536b46d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test1@gmail.com\",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Valid Mobile is a 10-digit number. So try different options.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c480933-b285-42f9-a3bb-c03536b46d05"},{"name":"CreateUser_InvalidMobile","id":"9add9c5f-eb26-4dc2-8a5a-eed796068003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test123@gmail.com\",\r\n    \"mobile\": \"1234567\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Try with a 9 digit mobile number and 11 digit mobile number</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9add9c5f-eb26-4dc2-8a5a-eed796068003"},{"name":"UpdateUser_ValidInput","id":"e2dccb3f-625d-49a8-80db-77446ff18653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test 3\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test1@test.com\",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>Try updating the existing user with valid details.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2dccb3f-625d-49a8-80db-77446ff18653"},{"name":"UpdateUser_InvalidInput","id":"6ad55cef-a374-4f8b-aa8a-b55fe35110d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \" \",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test@test.com\",\r\n    \"mobile\": \" \",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/55","description":"<ul>\n<li>Try updating the existing user with invalid details.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","55"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ad55cef-a374-4f8b-aa8a-b55fe35110d3"},{"name":"UpdateUser_EmptyFirstName","id":"4d3b9dc6-6abb-4a1b-9817-65c726155c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \" \",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test@test.com\",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>Any text is considered a valid value. Duplicates are allowed.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d3b9dc6-6abb-4a1b-9817-65c726155c57"},{"name":"UpdateUser_EmptyLastName","id":"20a26ef2-56b0-43bf-8796-65ab07931584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test 3\",\r\n    \"last_name\": \"  \",\r\n    \"email\": \"test@test.com\",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>Any text is considered a valid value. Duplicates are allowed</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"20a26ef2-56b0-43bf-8796-65ab07931584"},{"name":"UpdateUser_ValidEmail","id":"0a161db5-27cc-489c-8f6e-d54f850342ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test 3\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test1@test.com\",\r\n    \"mobile\": \"1234567790\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>Guess what is the valid email address and invalid email address. Duplicates are not allowed. Try once with a duplicate email address and check the response</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a161db5-27cc-489c-8f6e-d54f850342ce"},{"name":"UpdateUser_InvalidEmail","id":"058f0828-f061-49ec-93e8-d4798fde460d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test 3\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \" test1 \",\r\n    \"mobile\": \"1234567890\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>You know what the invalid email address</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"058f0828-f061-49ec-93e8-d4798fde460d"},{"name":"UpdateUser_ValidMobile","id":"12a4d9f0-7e8a-4cba-88f8-ae025fed878a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test 3\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test1@test.com\",\r\n    \"mobile\": \"3333333333\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>You can try updating the existing user with valid and invalid mobile numbers and check the status codes in the response.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"12a4d9f0-7e8a-4cba-88f8-ae025fed878a"},{"name":"UpdateUser_InvalidMobile","id":"351f71c6-bd33-4e8b-9d03-bbf72e36d613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Test 3\",\r\n    \"last_name\": \"User\",\r\n    \"email\": \"test55@test.com\",\r\n    \"mobile\": \"123456789880\",\r\n    \"dob\": \"1995-03-06\",\r\n    \"gender\": \"male\",\r\n    \"address\": \"Test address\",\r\n    \"country\": \"india\",\r\n    \"skills\": [ \"aws\", \"fullstack\" ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users/189","description":"<ul>\n<li>You can try updating the existing user with invalid mobile number.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","189"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"351f71c6-bd33-4e8b-9d03-bbf72e36d613"},{"name":"SearchUser_ValidInput","id":"e9308122-1a51-41a5-814e-1981b78a4306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://trainingapi.jalaacademy.com/api/users?search=&page=1","description":"<ul>\n<li>No criteria in any of the fields. Just hit the request without body. It returns all the users available in the system.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[{"key":"search","value":""},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e9308122-1a51-41a5-814e-1981b78a4306"},{"name":"SearchUser_InvalidInput","id":"79d65c27-c26e-49f6-97bc-bf4136158193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://trainingapi.jalaacademy.com/api/users?search=&page=","description":"<ul>\n<li>We do not really know how it works. Test and know.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[{"key":"search","value":""},{"key":"page","value":""}],"variable":[]}},"response":[],"_postman_id":"79d65c27-c26e-49f6-97bc-bf4136158193"},{"name":"DeleteUser_ValidID","id":"8a4f4285-0c90-42a4-9868-08371327a598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://trainingapi.jalaacademy.com/api/users/172","description":"<ul>\n<li>For Deleting the user, the user ID should be passed in the URL. Search for the existing users and take the user id and pass it into the URI /users/{userid}</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","172"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a4f4285-0c90-42a4-9868-08371327a598"},{"name":"DeleteUser_InvalidID","id":"7a6ad4e1-1422-4c65-b7dd-9c300a949b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://trainingapi.jalaacademy.com/api/users/49","description":"<ul>\n<li>Try the user that is not available in the system.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users","49"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a6ad4e1-1422-4c65-b7dd-9c300a949b1f"},{"name":"DeleteUser_ValidMobileNo","id":"aac3d4a4-3f6d-4af9-b151-7fbfe949e80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mobile\": \"1234567890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Any number of 10 digits is considered a valid one</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aac3d4a4-3f6d-4af9-b151-7fbfe949e80b"},{"name":"DeleteUser_InvalidMobileNo","id":"8fca8618-0fd9-461c-81cc-c706b5066d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mobile\": \"12345890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Try with 9 digit mobile and 11 digit mobile number</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fca8618-0fd9-461c-81cc-c706b5066d50"},{"name":"DeleteUser_ValidEmail","id":"df83bfe1-d0c6-4c0b-82a7-52df4a510ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test1@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li>Check with Gmail and other domain email ids. Avoid using personal email ids.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df83bfe1-d0c6-4c0b-82a7-52df4a510ac1"},{"name":"DeleteUser_InvalidEmail","id":"3dde163c-a12a-44c8-abb7-f2e8f60484b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"testemail@\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://trainingapi.jalaacademy.com/api/users","description":"<ul>\n<li><p>Try with an invalid email address.</p>\n</li>\n<li><p>Hope this live project really helped you. Share this project with as many as possible.</p>\n</li>\n<li><p>Follow us for more valuable content to up-skill for purpose.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","users"],"host":["trainingapi","jalaacademy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dde163c-a12a-44c8-abb7-f2e8f60484b4"}]}