How to quota check from PHP script

Dear all,
my instance of owncloud is:
OW vers. 10.0.10
CentOS 7.6.1810
PHP: 7.1.26
This server has been running for a long time with around 100 users.
Now, I’d like to add php script ,run by cron , which checks each user’s disk quota and notifies me with this information in case this value is meaningful.
Can anyone suggest me how to do this ?
Best Regards
Enrico

You could use the Provisioning API to achieve this. It delivers all the data you need, in xml format.

You might have a look at the docs

1 Like

Hey,

maybe the following tool can be used as well?

thanks a lot to everybody !

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.