Postman API to get full users list or other details

Options
My role is super admin in the instance. I was doing API call to get information using Postman. While I was trying to get all users, I got the list through e.g. /lp/{{lpversion}}/users/. However I didnt get the full list. If I search by /lp/{{lpversion}}/users/[nnn], I got the user info. Is there any particular extra permission is required for the role? The same applies to while I was trying to get all orgunitid, I ran /d2l/api/lp/{{lpversion}}/organization/info and the result is blank with 404 status.

Answers