I am trying to determine if personal spaces are being used in our organization.
Hi @James Thornton ,
welcome tot he Atlassian community!
As an administrator you can perform a CQL search based on space type personal
https://developer.atlassian.com/server/confluence/cql-field-reference/#space-type
CQL : space.type = personal
In that way you can retrieve all pages created in a personal space.
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.