user-details

Fetch a Chili Piper user's profile, memberships, scheduling links, and recent activity.

7|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/Chili-Piper/mcp-assets --skill user-details
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-details
Source: https://github.com/Chili-Piper/mcp-assets/tree/main/skills/user-details
Command: npx skills add https://github.com/Chili-Piper/mcp-assets --skill user-details

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pulls a complete Chili Piper user profile across identities, licenses, workspaces, and scheduling links to support onboarding, auditing, and offboarding decisions.

Core Features & Use Cases

  • Retrieve identity and licenses
  • List workspace memberships and teams
  • Enumerate scheduling links (personal, round-robin, admin, group, ownership)
  • Surface recent activity for decision making
  • Example: when auditing a user for offboarding, fetch their profile, memberships, and links in one call.

Quick Start

Provide a user identifier (email, name, or user ID) to fetch their complete profile.

Frequently Asked Questions about user-details

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

FAQPage Schema
How do I pull a complete Chili Piper user profile for onboarding and auditing?

To pull a complete Chili Piper user profile for onboarding and auditing, provide a user identifier such as an email, name, or user ID. The skill returns identity, licenses, workspace memberships, scheduling links, and recent activity in a single call.

What information is included in a Chili Piper user profile for offboarding decisions?

A Chili Piper user profile for offboarding includes identity details, active licenses, workspace memberships, team associations, scheduling links, and recent activity. You can optionally include meetings to surface the last 30 days of activity for complete visibility.

Can I retrieve scheduling links and workspace memberships for a specific user?

Yes, you can retrieve scheduling links and workspace memberships for a specific user by providing their email, name, or user ID. The results enumerate personal, round-robin, admin, and group scheduling links alongside full workspace team memberships.

How do I surface recent activity and meetings for a Chili Piper user?

To surface recent activity and meetings for a Chili Piper user, input their user identifier and use the optional include meetings parameter. This returns recent activity across workspaces, covering the last 30 days of user actions for decision making.

Does fetching a Chili Piper user profile require any specific dependencies or components?

Fetching a Chili Piper user profile requires no specific dependencies or components. You only need to provide a valid user identifier like an email, name, or user ID to retrieve profile data, memberships, scheduling links, and recent activity.

What is the best way to audit a user's scheduling links and workspace access before offboarding?

The best way to audit a user's scheduling links and workspace access before offboarding is to fetch their complete profile in one call. This aggregates identity, licenses, workspace teams, and personal or group scheduling links for cross-team visibility.