Skip to main content
Glama

Okta MCP Server

list_users

Retrieve and manage Okta user data with filtering, sorting, and pagination options to streamline user management tasks.

Instructions

List users from Okta with optional filtering and pagination

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination, obtained from previous response
filterNoSCIM filter expression to filter users
limitNoMaximum number of users to return (default: 50, max: 200)
searchNoFree-form text search across multiple fields
sortByNoField to sort results by
sortOrderNoSort order (asc or desc, default: asc)

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Cursor for pagination, obtained from previous response", "type": "string" }, "filter": { "description": "SCIM filter expression to filter users", "type": "string" }, "limit": { "description": "Maximum number of users to return (default: 50, max: 200)", "type": "number" }, "search": { "description": "Free-form text search across multiple fields", "type": "string" }, "sortBy": { "description": "Field to sort results by", "type": "string" }, "sortOrder": { "description": "Sort order (asc or desc, default: asc)", "enum": [ "asc", "desc" ], "type": "string" } }, "type": "object" }

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/kapilduraphe/okta-mcp-server'

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