Hi,
we are testing first queries for the API server with version 9.1.1.
We were able to add our company logo to the new portal using the KB article.
With the Swagger UI doc we want to create and test more queries - but in the Swagger UI we get the following…
Hi everyone,
This is my Powershell script to login:
$url='http://[AppServerIP]/AppServer/auth/apphost'
$bi=@{
"authString"="Module=DialogUser;User=***;Password=***"
}
$authJson = ConvertTo-Json $bi -Depth 2
$LoginRequest2 = Invoke…
Hello group,
I want to manage IT-Shop requests using the REST API (OIM Version 8.2)
So far, I have managed to create a request with the API, but now I would like to cancel it but without success?
Is this possible from the API?
Any help would be apprecited…
Hello One Identity Forum,
We are attempting to deploy One Identity on linux-based Docker containers (running on Azure). We initially wanted to deploy the `app`, `api`, `job` and `dbagent` containers, but are struggling with the `api` container.
We deploy…
I'm trying to use the default APIs in One Identity Manager 8.2.
With PostMan, I'm trying to perform a GET request to the url https://[AppServerURLasFoundInTheDesigner]/AppServer/appserver/authmodules as described in the One Identity Manager 8.2 REST…
I cannot find any documentation on how to do this. Trying to simply change the property to false does not work and I noticed in Manager there is a special task to unlock accounts. Is it possible to unlock a locked Active Directory Account via the API…
I was testing in my lab using web api methods on a user, and i couldn't access any web api methods, could you help me?
Hi,
we have a stabile PowerShell synchronization project to an external API based target system which cowers majority of JML scenarios.
The customer came up with a new functionality where IDM would have to perform a specific call so it would be best to…
Hi all,
I'm trying to test the APIs in the Swagger API Documentation,
and they all have the same response: TypeError: Failed to fetch.
Anyone had the same kind of error?
Any help would be much appreciated.
Thank you in advance.
Hi Team,
I am trying to open the PROD front end IT shop portal and try to search for the user and see what roles user is having and run the violation for the roles.
When I start searching of the user in the front end, it keeps on loading and loading and…
Hello,
what is the right approach to invoke a script that's stored in the database within the Composition API? Does the API Server has any similar method for invoking scripts as the App Server has?
Best regards
In the API call we have an option to add additional columns for display in output, how should we refer a foreign attribute ?
For example I use a POST method to get person details, how to add a column from say department table ?
hostname/.../Person
Looking for information on assigning AD Groups to a Business Role via the API.
I think I may have found the correct assignments table but I cannot seem to get it to work: OrgHasADSGroup
I have tried using it both ways with Group / Role (Org Tree) like…
Hey.
I want to limit the access to the API by having one service account (system user) only executing one set of scripts and Another service account executing Another set of script. Neither service account should be able to execute the other set of scripts…
Hello!
1IM 8.1
I need approve request over API.
When I do request
"https://server/api/entity/PersonWantsOrg/dd74829c-73fa-4d1e-b8ae-059f517c783e/method/MakeDecision" I get error:
{"responseStatus":{"errorCode":"NotFound","message":"Method MakeDecision…
Hi.
We're trying to get ServiceNow to run scripts in One IM and doing that with OAuth2.0. I've installed the RSTS but something is missing.
1. I have enabled both OAuth2.0-authentication modules but do I need to configure a identity provider…
Hello,
I'm having trouble with how my output looks in my data for the script I've created. I've created the script in a way where the output is a String that is precisely aligned to JSON format (using the Newtonsoft.Json.Linq.JObject format). However…
Hello,
I'm facing an issue when trying to do REST API calls.
I'm using Postman, and when trying to get a session cookie (authentication), I have to both authenticate twice. Once is my own username and password and once for the admin user for One Identity…
Calling a Dell one web service,
Using POSTMAN, first i used POST to get the session ID, second GET to get the output response.
In POSTMAN,
1) POST:
import requests url = "">192.168.**.*/.../apphost" payload = "{\"authString\":\"Module…Hi,
We are trying to call a custom script via the Application Server RESTful API.
We have made sure that the user who does this has an application role assigned which has the permission group Common_StartScripts.
This application role also has the permissions…
Hi,
Currently we have an application that communicates with the 1IM system via the RESTful API provided by the application server. This communication is currently done via the RoleBasedEmployee Authentication Module.
We are looking into changing this…
Hi,
I am currently working on a project that requires an iOS app to talk to the D1IM API.
This is working perfectly and I can pull out the information I need and present it in the app.
However I am having trouble on how to approve a pending request via…