Env: 1IM 9.2
App Server REST API
When consuming App Server REST API endpoint api/entities/<entity_name> the consumer can specify the list of columns/attributes included in the response by setting a semicolon separated list of attributes on the di…
Env: 1IM 9.2
App Server REST API
When consuming App Server REST API endpoint api/entities/<entity_name> the consumer can specify the list of columns/attributes included in the response by setting a semicolon separated list of attributes on the di…
Hello everyone,
We want to use the API with an Active Directory user. We have defined several application roles for a sample user. Which application roles are mandatory? We are using it as shown below, but we haven't been able to overcome the error.…
Hello,
We build a new custom api.
var queryBuilder = Query.From("Person").Select(
"Firstname", "Lastname", "CentralAccount", "CustomProperty01", "Salutation",…
Hi all,
we're using Standard REST API to request identity data. For this we created a system user and a group. Group gots priviledges on tabel person for reading data.
We're wondering why we can't configure group permissions on the attribute ApprovalState…
Hello community,
I was wondering if it is possible to expose web services instead of REST APIs. Furthermore, due to my client's requirements, I need to understand if it is possible to consume the REST APIs without going through the login call (auth/apphost…
We have a use case for an Internal Application to make an API call to Identity Manager to retrieve the count of approvals pending a specific person.
Has anyone managed to achieve this. My understanding would be that I would need to join for example AttestationCase…
Hello, I would like to know if there is a supported configuration to implement a HL7 FHIR server in One Identity Manager.
Certain information needed to the identity feed flow (user data import) are coming from a message service (push).
As explained in…
Hello,
Is there any way to authenticate via AuthString if the password used contains a semicolon?
Hello,
we have strange issue with AppServer Rest API. We are using "DialogUser" authentication module. There are permissions for two custom views and permissions for running script which checks validity of the account on a specific date. External partner…
Hello,
We are currently implementing OAuth2 authentication, specifically so a third party app can communicate with the REST API. The configuration in Designer is essentially done and works when contacting the API endpoints /entity/ and /assignment/.
However…
Would like to know API authenticated user account calling script function so that we can log which account is calling what API script with what parameters, and may be provide finer access control to the script functionality.
Right now, I see just one…
I am currently working on integrating my Azure App with an external API Server using OAuth and have successfully established a user-based connection to the web portal. However, my objective now is to enable service-to-service communication, allowing the…
When consuming 1IM REST API endpoint /api/entities/<entityname> ( being entityname a ReadOnly view)
on GET request i would like to exclude the ootb attributes marked in brown from the JSON response and return only the attributes within "values" object…
I need to obtain a collection of Person objects filtered by the XDateLastUpdated higher than specific date, for this im using the Where query parameter like this
api/entities/Person?where=XDateUpdated>2023-04-19&limit=100, this returns a very b…
I need to store an entire JSON object in column named ccc_jsoncontent with type nvarchar(max) on a custom table using the REST API
For that i trigger a POST request to /api/entity/<tablename> with this body:
{
"values": {
"ccc_jsoncontent…
I have implemented a REST-API with API designer to be consumed by the users to Get and POST data to the system.
Until now The user authenticates using RoleBasedPerson calling first the POST Request imx/login with their credentials in the Body, e.g.:
…Hello,
is it possible to get filter functionalities on additional columns by using the HandleGetByQuery method? Lets say i have an endpoint like:
builder.AddMethod(Method .Define("endpoint...") .HandleGetByQuery("CCC_MyTable") .WithResultColumns…
When we define API methods like
builder.AddMethod(Method.Define("obj").HandleGet(qr => "list of objs")); builder.AddMethod(Method.Define("obj/{id}").WithParameter("id", isInQuery: false).HandleGet(qr => "single obj"));…
Hi all,
I have an issue with the Rest API call where I need to provide the certificate (it is the authentication API). I have checked this and other forums, but I can not solve the issue I was able to establish the connection in the Synchronization Editor…
Dear Sirs
May someone provide an example of REST API to detach an existing AD account from IDM record, your helps are greatly appreciated
B Regards
Gary
How can I create a product request in Identity Manager IT Shop using the REST API?
I realy need to insert in all tables that are related with ITShop cart and PWO?
Anyone has a script that help me to find a way to solve this problem?
Hi,
we use the One Identity Manager version 8.0.5.
We have a first use case that involves using the REST API. In our development and test environment, the REST calls work using the system user as authentication method.
In production, however, the ADS…
Hi, We are working on version 8.1.3 and we are able to call the REST API from Postman but when we are trying to call it from IBM Data Power appliance, application server is sending RST,ACK packet in response. We do not see any hit from this appliance…
Version - 8.1.3
Our objective is to call custom script via API from a user with auth module RoleBasedPerson.
we have done the following steps-
1) created a program function and assigned our custom script to it.
2) created a rolebased permission group and…