Views:
Question:
How can I connect to DocuWare with a Trusted Application User utilizing the Rest API? 

Answer: 
Connecting to DocuWare using a Trusted Application User will require the following endpoint to begin this Post call;
{{ServerUrl}}/{{Platform}}/Account/TrustedLogOn

Within your Postman environment, provide the necessary information for the following parameters:
  • ImpersonateName – The username that will be impersonated when the connection is made.
  • UserName- Trusted Application User name
  • Password – Password of Trusted Application User
  • Organization – Your organization
  • LicenseType – WebClient/PlatformService
  • RememberMe – true/false
  • RedirectToMyselfInCaseOfError – true/false

From our Developers page, a Postman Collection containing an example of this can be downloaded from here.

KBA is applicable for both Cloud and On-premise Organizations.

Comments (0)