How get from API user Status?

Hi,
How can I get all post and users from api ?
What fields should i send (JSON DATA) and links to get post and users from api?

api/v3/???

Yours,
thankfully
Gracjan

/users/status
hi,
i found this and don’t know how arrange a JSON. Can someone me help ?

Hi @taqie,

I’m in the process of refactoring our statuses to be much better, and it’s on our roadmap to be in the v3.3 release next month.

The current api/v3/users/status service is a POST and requires a request payload that is a list of user IDs you’d like the status for. For example, providing a requset payload of ["1zkzkhh357b4bejephjz5u8daw", "3bq1shta93yztg3i6aiu1tzi5h", "5iz3prremfgx5goqzpfjbsfd9e"] will get you the statuses for these three users returned as JSON, specifying “online”, “away” or “offline” for each user.