Skip to main content
Glama

Okta MCP Server

list_groups

Retrieve and filter user groups from Okta with options for pagination, sorting, and searching specific fields for streamlined group management.

Instructions

List user groups from Okta with optional filtering and pagination

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination, obtained from previous response
filterNoFilter expression for groups
limitNoMaximum number of groups to return (default: 50, max: 200)
searchNoFree-form text search across group 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": "Filter expression for groups", "type": "string" }, "limit": { "description": "Maximum number of groups to return (default: 50, max: 200)", "type": "number" }, "search": { "description": "Free-form text search across group 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