Directory management

Establish an API framework for organizing directory structures within the organization.

Integration App List

View and manage the list of integrated applications within the system, facilitating seamless data exchange and workflow automation.

SecuritybasicAuth or bearerAuth
Responses
200

OK

400

Bad Request

401

Unauthorized

get/unifed-node/service/api/infisign/v3.1.1/unifed/azure/integrationApp/list/
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "data": [
    ]
}

Delete Configuration

Remove specific configuration settings from the system, streamlining and optimizing the setup for improved performance and maintenance.

SecuritybasicAuth or bearerAuth
Request
path Parameters
id
required
string
Responses
200

OK

400

Bad Request

401

Unauthorized

delete/unifed-node/service/api/infisign/v3.1.1/unifed/common/any/directoryIntegrations/delete/{id}
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}