• New custom API doesn't work on Web Portal

    I want to create a new page on the Web Portal to display the AERoles.
    I developed a new custom API:
    builder.AddMethod(Method
                    .Define("ccc/AERole")
                    .FromTable("AERole")
                    .EnableRead()
                    .WithAllColumns…
  • 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…
  • Creation of Custom APIs

    Hi,

    Following the documentation: 

    https://support.oneidentity.com/technical-documents/identity-manager/9.1/api-development-guide/7#TOPIC-1874743 

     

    1. Create an API plugin 

    Only discrepancy with the documentation in point two, after opening visual studio…