Skip to main content
Glama

search-users

Search for users in your Descope project by text, email, phone, status, roles, or other criteria to manage user accounts and access.

Instructions

Search for users in Descope project

Input Schema

NameRequiredDescriptionDefault
textNoText to search for in user fields
emailsNoFilter by specific email addresses
phonesNoFilter by specific phone numbers
statusesNoFilter by user statuses ('enabled', 'disabled', or 'invited')
rolesNoFilter users by role names
tenantIdsNoFilter users by specific tenant IDs
ssoAppIdsNoFilter users by SSO application IDs
loginIdsNoFilter by specific login IDs
withTestUserNoInclude test users in results
testUsersOnlyNoReturn only test users
pageNoPage number for pagination
limitNoNumber of users per page (max 100)

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Filter by specific email addresses", "items": { "type": "string" }, "type": "array" }, "limit": { "default": 10, "description": "Number of users per page (max 100)", "maximum": 100, "minimum": 1, "type": "number" }, "loginIds": { "description": "Filter by specific login IDs", "items": { "type": "string" }, "type": "array" }, "page": { "description": "Page number for pagination", "minimum": 0, "type": "number" }, "phones": { "description": "Filter by specific phone numbers", "items": { "type": "string" }, "type": "array" }, "roles": { "description": "Filter users by role names", "items": { "type": "string" }, "type": "array" }, "ssoAppIds": { "description": "Filter users by SSO application IDs", "items": { "type": "string" }, "type": "array" }, "statuses": { "description": "Filter by user statuses ('enabled', 'disabled', or 'invited')", "items": { "enum": [ "enabled", "disabled", "invited" ], "type": "string" }, "type": "array" }, "tenantIds": { "description": "Filter users by specific tenant IDs", "items": { "type": "string" }, "type": "array" }, "testUsersOnly": { "description": "Return only test users", "type": "boolean" }, "text": { "description": "Text to search for in user fields", "type": "string" }, "withTestUser": { "description": "Include test users in results", "type": "boolean" } }, "type": "object" }

Other Tools from Descope MCP Server

Related Tools

    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/descope-sample-apps/descope-mcp-server'

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