we trying to identify private spaces associated with people who have left the company regardless of date.
Could you be more specific about what you mean about private spaces?
Do you mean one of the following?
Hello @vasanth ,
You could use the rest API: https://YOURDOMAIN/wiki/api/v2/spaces?type=personal
To get a JSON result of all personal spaces.
Then you can transform the JSON into Excel (there are online tools available).
Then match that with a reference file of people that have left the company (on spaceOwnerId, authorID or name).
I hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vasanth,
You did replace 'YOURDOMAIN' with the url of your confluence site (yourdomain.atlassian.net) right?
You can find more documentation on the Confluence rest API here: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api-spaces-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, the tags on this question put me on the wrong foot...
Here's the datacenter API reference: https://developer.atlassian.com/server/confluence/rest/v1000/intro/#about
I believe you'd need to use this: https://developer.atlassian.com/server/confluence/rest/v1000/api-group-space/#api-rest-api-space-get with parameter ?type=personal
But I'll not be able to help you any further with Data center I'm afraid.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.