HI, We need to connect to an application hosted on Cloud platform. We are given the APIs to fetch User and membership details. what is the easiest way of doing it.


We are trying to do this integration from designer - writting a script to do the basic authentication but not able to reach the target. sometime getting 'bad request' error and sometimes 'license related error'

when tried to access the API from browser it first asks to connect to cloud . When connecting from designer script - do we need to authenticate in cloud first and then to the application?

  • Looks like the API require you to be authenticated first, so you will need to do the same via scripts as well

  • I would advise you to ask the cloudapp provider/team to supply a working sample standalone script (PowerShell or such) that you can run from the development//jobserver machine. Once this runs and delivers results you know that connection and authetication issues are resolved. Afterwards you can convert that powershell to either a script or adapt it to use in a PowerShell connector.

    I suggest you work towards the powershell connector, as it provides all the infrastructure for the follow up processes (provisioing, reconcilation, etc) which you would need to do yourself otherwise.