• Issue with One Identity API: Unable to make pwo/order call with a "/" in the name

    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…

  • Issue with One Identity API: Unable to make pwo/order call with a "/" in the name

    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…

  • UID_FirmPartner filter in Portal API Person

    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

  • Delete Org membership API doesn't work

    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…

  • Updating a person in a deferred fashion

    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…

  • IMOD-SE - Web Portal and Custom API doesn't show query result from view

    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…
  • Why do I always receive 401 Unauthorized when I try to use the APIs?

    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…