Vital pbx tenant list location

hello anyone can help, please
I would like to export a list of all my tenants where can I find this list

Through the API

GET http://{{host}}/api/v2/tenants

Through mysql

mysql -e"select name,description,enabled from ombutel.ombu_tenants INTO OUTFILE '/tmp/tenants.csv' FIELDS TERMINATED BY ',' ESCAPED BY '\"' LINES TERMINATED BY '\r\n'"

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