user-management

Provision and manage user and admin accounts on the Super Legal MCP platform.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Number531/Legal-API --skill user-management-number531
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-management
Source: https://github.com/Number531/Legal-API/tree/main/.claude/skills/user-management
Command: npx skills add https://github.com/Number531/Legal-API --skill user-management-number531

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage the full lifecycle of users and admins on the Super Legal MCP platform, including provisioning, role assignment, and access control to ensure secure collaboration.

Core Features & Use Cases

  • Seed initial admin (Aperture-only) and seed admins directly into the deployed container.
  • Create team users via API and manage activation, deactivation, and password resets.
  • Audit-ready user records with role, status, and last_login metadata for compliance.

Quick Start

Provision a new team user by supplying their email and role through the admin API.

Frequently Asked Questions about user-management

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

FAQPage Schema
How do I provision team users and manage their lifecycle on the Super Legal MCP platform?

Seed initial admin accounts directly into the deployed Aperture container using dedicated CLI scripts. These scripts execute database operations to enforce role assignments, establish access controls, and generate audit trails for compliance during production deployments.

What is the best way to audit user access and roles across production deployments?

Audit user access across production deployments by querying audit-ready user records containing role, status, and last_login metadata. The API endpoints and database operations track lifecycle actions like deactivation and password resets to ensure compliance.

Can I use API endpoints to automate password resets and user reactivation?

Yes, you can automate password resets and user reactivation using API endpoints and CLI scripts provided for the Super Legal MCP platform. These tools execute database operations that update user status while maintaining security checks and audit trails.

Does user management require database operations for role management and admin seeding?

Yes, user management requires database operations to enforce role management and access control during admin seeding. The scripts apply these operations directly within the deployed container to ensure secure collaboration and audit-ready compliance.