How to pass values to loginModel While using Orchestrator Authenticate API, within HTTP Request activity?
Login Model, as described at the bottom of the Swagger page, refers to tenancy name, login, and password.
"loginModel must not be null” indicates that the above details are not supplied properly.
- Passing the Login Model, namely the tenancy name, username, and password in the body as JSON object should resolve the error.
Note: Ensure that the body is passed as a single json object. Passing the parameters as separate variables is no longer supported and would result in this error.