Skip to main content
Glama
pingidentity

PingOne Advanced Identity Cloud MCP Server

Official
by pingidentity

queryManagedObjects

Search and retrieve managed identity objects like users, roles, groups, and organizations from PingOne Advanced Identity Cloud using CREST query filters for precise data access.

Instructions

Query managed objects in PingOne AIC using CREST query filter syntax

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectTypeYesManaged object type (e.g., alpha_user, bravo_user, alpha_role, bravo_role, alpha_group, bravo_group, alpha_organization, bravo_organization). Use listManagedObjects to discover all available types.
queryFilterNoCREST query filter expression. IMPORTANT: Call getManagedObjectSchema first to discover available fields. Operators: eq, co, sw, gt, ge, lt, le, pr (present), ! (NOT). Boolean: and, or. Quote strings. If omitted, returns all objects up to pageSize. Examples: FIELD eq "value" | FIELD sw "prefix" | (FIELD1 eq "a") and (FIELD2 co "b") | FIELD pr Docs: https://docs.pingidentity.com/pingoneaic/latest/developer-docs/crest/query.html#crest-query-queryFilter
pageSizeNoNumber of objects to return per page (default: 50)
pagedResultsCookieNoPagination cookie from previous response to retrieve next page
sortKeysNoComma-separated field names to sort by. Prefix with "-" for descending. Example: "FIELD1,-FIELD2"
fieldsNoComma-separated field names to return. If omitted, returns all fields. Example: "FIELD1,FIELD2,_id"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pingidentity/aic-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server