Hi everyone,
I'm currently testing the API Server / Web Portal (oneidentity/oneim-api:9.2) deployed in Kubernetes, and I’m encountering a critical issue.
The App Server is deployed and reachable (tested separately).
The API Server has 2 replicas…
Hi everyone,
I'm currently testing the API Server / Web Portal (oneidentity/oneim-api:9.2) deployed in Kubernetes, and I’m encountering a critical issue.
The App Server is deployed and reachable (tested separately).
The API Server has 2 replicas…
Hi everyone,
I'm working with an Orchestrated Process that calls an external API. Currently, all requests hit the endpoint simultaneously, causing it to return a 500 Internal Server Error
due to overload. I'm seeing errors like this in the logs:…
Hello everyone,
I'm currently working on a customization project in One Identity Manager and would like some guidance on the following:
I'm trying to create a custom API endpoint that will:
Call an external API.
Based on the response code (e.g., 200…
Hi,
OIM Version 9.2.1
I created an Acc_Product for the IT Shop. In the table ACC_Param_category the attribute 'IsOldStyle' is false. For this product i have several CustomParameters of type date.
When i order this product in the it shop and my browser…
Hi all,
I'm trying to use One Identity API via Application Server.
In particular, I'm trying to use the "/entity/{table}/{uid}/method/{methodName}" to call "MakeDecision" method on PersonWnatsOrg table but I receive always the same error: "Method…
I'd like to trigger a process through a press of a button on 9.2.x Angular portal. I've checked API documentation but can't seem to find the correct API for my need.
Do any APIs like this already exist that I might have overlooked? If no, would…
I have an API that I used to request role entitlement, the request works with ShoppingItemCart but not with PersonWantsOrg! I am not sure what is wrong
ERROR: Error running 'OnSaving' in logic module 'QER.Customizer.PersonWantsOrg'. Error running statement…
When calling portal/shop/serviceitems?..&search=
, from time to time an error occurs that we cannot reproduce/explain
You do not have permissions for this action. You must log in.
Sie haben keine Berechtigung für diese Aktion. Melden Sie sich an.…
Hello everyone,
while using the standard API you can often input filters. Sadly I have only be able to use one filter per request.
E. g.: {{baseUrl}}/portal/person/all?PageSize=50&filter=[{"CompareOp":0,"Type":0,"ColumnName":"IsInActive","Value1"…
Hello everyone,
I'm currently facing an issue with the One Identity API where I'm unable to successfully make a pwo/order API call when the name contains a slash (/). I've tried encoding the slash as %2F and even attempted double encoding it as %252F…
Hello everyone,
I'm currently facing an issue with the One Identity API where I'm unable to successfully make a pwo/order API call when the name contains a slash (/). I've tried encoding the slash as %2F and even attempted double encoding it as %252F…
Is it possible to filter for the field UID_FirmPartner in API call /portal/admin/person (or similar) ?
I want to retrieve all person with the same FirmPartner in web portal
Thanks in advance,
Fabio
I'm trying to call the DELETE API on the endpoint /ApiServer/portal/roles/config/membership/Org/{UID_Org}/{UID_Person} and I receive a 200 OK response with the membership details, but the membership is not removed. Is it an API problem? Has anyone encountered…
Hello OIM community,
We are using One Identity 9.2 running as containers. We are hosting these containers behind a load balancer, with a different hostname. Our API server, APP server and JOB server are hosted behind this load balancer, with rules like…
Hello,
I am using Open Identity Manager 9.2 and would like to ask you how should I proceed with the use case where I need to create a deferred object instead of updating a Person on a Web Portal (PUT /portal/person/reports/interactive) report when updating…
The method that calls the /portal/candidates/PersonInOrg endpoint (standard API) is not present in Agular Project's qerClient.
There are methods for PeronInAERole, PersonInDepartment, PersonInProfitCenter... But PersonInOrg miss.
In API Server --…
Hi,
I need to trigger 3 API calls (POST) when a user is created. These calls are meant to assign a badge, computer, and phone to the user.
In practice, I want to create a PowerShell connector that will run in the user creation process.
How should this…
Hi,
we need to create External Companies in OneIM 9.1.1 via a custom form on the new Angular Web Portal. We were looking for standard APIs for creating the FirmPartner object, but we found nothing. Is there any API/feature that we can use to create FirmPartner…
Hi there!
Is it possible to filter the data which i get from the typedClient.PersonAll.Get.Entity();
To filter alls exteranl employes which are which are on the key entitiyData and then in the Columns.
I developed a custom API that takes the data present from a view created on the database.
{"TotalCount":84,"TableName":"CCC_View_PersonIAGSI_IAGNO","Entities":[
...
...
...
...
]
}
A new page has been created on…
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…