System users, company Ids and home space information

<#list space.childrenByXPath["/sys:system/sys:people/*[subtypeOf('cm:person')]"] as child>
Company ID Username Home Space Path Creation Date
${child.properties["cm:organizationId"]} ${child.properties["cm:userName"]} ${child.properties["cm:homeFolder"].displayPath} ${child.properties["cm:homeFolder"].properties["cm:created"]?date}