© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tewodros Fekede
developer
Thanks for sharing you knowledge and your time,it help me a lot to know a medusajs.I am new to medusa when I request to /admin/users in postman, I get 401 Unauthorized,what I miss is there any token or session to setup?
Adil
Hey Tewodros! Make sure to log in your Admin Route before sending a POST request to the /admin/users route :
POST
/admin/users
Here is also a link to the docs : docs.medusajs.com/modules/users/admin/manage-prof…
When you created your Medusa application for the first time, you had to be redirected by the server to change your password.
Thank you for your support adil,it works