Hi,
I need a cronjob that runs every night and checks some user data.
How can I get a list of all users via the REST API? Or is there another way to get all users via PHP?
Thanks,
Robert
Hi,
I need a cronjob that runs every night and checks some user data.
How can I get a list of all users via the REST API? Or is there another way to get all users via PHP?
Thanks,
Robert
GET /rest/system/user
Thanks for your reply, works fine!