Hello,
We are working on an app which are using the api of Dynamicweb and this app needs to use the impersonation logic. But how can we set the secondary user by the api?
Can this method be used if it is not a "friend":
Friend Sub LogOn(username As String, password As String, onlyActive As Boolean, impersonateUser As Boolean, impersonateUserId As Integer, loginIfPasswordEncrypted As Boolean)
Or does is use the context which is not available in our json request?
Best regards, Anders