adssp

Query ManageEngine ADSelfService Plus data via PostgreSQL and configure it through its web session API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NCLGISA/trellis-catalog --skill adssp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adssp
Source: https://github.com/NCLGISA/trellis-catalog/tree/main/bridges/adssp/skills/adssp
Command: npx skills add https://github.com/NCLGISA/trellis-catalog --skill adssp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of user identities and self-service password reset functionalities within ManageEngine ADSelfService Plus.

Core Features & Use Cases

  • Dual-Mode Access: Leverages both direct PostgreSQL queries for read-only data and the web session API for configuration changes.
  • User Data Management: Retrieve user details, enrollment status, and MFA audit logs.
  • Configuration: Manage conditional access policies and IDM application settings.
  • Use Case: Automatically audit MFA enrollment for all users in a specific domain or update conditional access policies based on security alerts.

Quick Start

Execute the adssp skill to check the connectivity status of the bridge.

Frequently Asked Questions about adssp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ManageEngine ADSelfService Plus MFA audit logs retrieval?

Retrieve MFA audit logs from ManageEngine ADSelfService Plus by executing direct PostgreSQL queries through this bridge, enabling read-only data access to analyze user authentication events and enrollment statuses.

Can I update conditional access policies in ADSelfService Plus via API?

Yes, you can update conditional access policies by leveraging the web session API within ADSelfService Plus, allowing automated configuration changes based on your security requirements or external alerts.

Does this ADSelfService Plus bridge require direct database access?

The bridge uses dual-mode access, utilizing direct PostgreSQL queries specifically for read-only data retrieval, while configuration changes are handled separately through the web session API.

What is the best way to check user enrollment status in ManageEngine ADSelfService Plus?

The best way to check user enrollment status is querying the PostgreSQL database directly, which provides immediate read-only access to user details and self-service password reset enrollment data.

Are there limitations when modifying identity management applications via the web session API?

Configuration changes for identity management applications rely entirely on the web session API, meaning modifications are bound by ADSelfService Plus session constraints rather than direct database updates.