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…
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…
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"…
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…
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 --…
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…