Summary
Using Postman, I am unable to get a response when I post a user id into the endpoint users/ids using Postman.
Steps to reproduce
Following the api reference:
https://api.mattermost.com/#tag/users%2Fpaths%2F~1users~1ids%2Fpost
Mattermost 3.4 using Docker
Postman Chrome plugin
Post:
http://localhost/api/v3/users/ids
Header:
Authorization: Bearer {token}
Body (raw):
["{user_id}"]
Expected behavior
A similar output of get users/me but for the specified user
Observed behavior
{"id":"api.context.404.app_error","message":"Sorry, we could not find the page.","detailed_error":"There doesn't appear to be an api call for the url='/api/v3/users/'. Typo? are you missing a team_id or user_id as part of the url?","status_code":404}