List Tenant Details of a specific tenant can be listed with the following REST command: GET /_tenants/{tenant} Where {tenant} is the tenant name. This command returns all tenant details includes its name, properites, options, and all tenant user IDs, passwords, and permissions. An example in XML is shown below: <tenant name="Bibliotecha"> <properties> <property name="_CreatedOn">2015-06-17 15:51:20</property> </properties> <users> <user name="Up0ipvcy6ogtp" password="l1ysppf2l6zu"> <permissions>ALL</permissions> </user> </users> </tenant>