Ping Identity MCP connector
Ping Identity is Ping's cloud platform for identity and access management across enterprise applications. The Ping Identity MCP connector allows AI agents to create, update, and manage user accounts, including enabling or disabling access and assigning roles. It also supports monitoring user sessions and MFA devices, giving teams visibility into authentication activity across their tenant.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Ping Identity MCP connector to perform the following actions:
- Provision and deprovision user accounts across the identity platform
- Enforce access control by assigning roles and managing group memberships
- Monitor active sessions and terminate suspicious logins instantly
- Organize users into populations for streamlined identity governance
- Verify multi-factor authentication coverage across the user base
- Register and configure applications that connect to the identity platform
- Respond to security incidents by disabling compromised accounts quickly
- Automate onboarding and offboarding through user lifecycle workflows
Example prompts
Use the following example prompts to invoke Ping Identity MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all users in Ping Identity who haven't logged in this month.Create a new user account for our new hire in Ping Identity.Disable the account for an employee who just left the company.List all active sessions for a specific user in Ping Identity.Add this user to the marketing group in Ping Identity.What MFA devices does this user have registered in Ping Identity?Terminate all sessions for a user I suspect is compromised.Create a new population for our contractors in Ping Identity.Show me every role available in our Ping Identity tenant.Assign the admin role to this new user in Ping Identity.
Ping Identity MCP connector tools
The Ping Identity MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| readAllUsers | Read all users |
| createUser | Create user |
| readUser | Read one user |
| updateUser | Update user (PUT) |
| updateUserPatch | Update user (PATCH) |
| deleteUser | Delete user |
| updateUserEnabled | Enable or disable user |
| createUserRoleAssignment | Assign role to user |
| readUserDevices | Read all MFA devices for user |
| readUserSessions | Read all sessions for user |
| readUserSession | Read one user session |
| deleteUserSession | Delete (terminate) user session |
| readUserGroups | Read user's group memberships |
| addUserToGroup | Add user to group |
| removeUserFromGroup | Remove user from group |
| readAllPopulations | Read all populations |
| createPopulation | Create population |
| updatePopulation | Update population |
| deletePopulation | Delete population |
| readAllGroups | Read all groups |
| createGroup | Create group |
| updateGroup | Update group |
| deleteGroup | Delete group |
| readAllApplications | Read all applications |
| createApplication | Create application |
| updateApplication | Update application |
| deleteApplication | Delete application |
| readAllRoles | Read all roles |