I'm currently developing an app through springboot which allows to input a json file containing inactive or expired users information. With this information I am required to search up many thing like personal spaces, spaces and pages watched, etc. But a few think that I must fetch Drafts and Tasks, are personal to the user thus I can only access my own Draft and Tasks because the authorization for the rest call contains my user login and password. I then heard about impersonation calls. Through what I have seen discussed on these forums I get conflicting messages, some people say that you cannot do impersonations calls for confluence and some say that you can. I wish to know if it is truly possible and how I would go about doing this through Java/SpringBoot.
Thank you.
Hi @Nicolas Duciaume ,
How about writing app with the REST end point which will expose needful info?
Then you don't need impersonate, you can just use UserAccessor, ContentManager other interfaces
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.