0
ajayak created
Hi,
Is it possible to do partial impersonation API calls? For example, I am logged in with user A and I want to make HTTP requests as user B without logging in as user B from Administration > Users?
1 Answer(s)
-
0
@ajayak, I think you can use session.use statement, see <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Abp-Session#user-identifier">https://aspnetboilerplate.com/Pages/Doc ... identifier</a>.