Skip to main content
Glama

Okta MCP Server

list_group_users

Retrieve user details in a specific group using group ID, with options to limit results and paginate through large datasets. Integrates with Okta MCP Server for streamlined user management.

Instructions

List all users in a specific group

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination, obtained from previous response
groupIdYesID of the group
limitNoMaximum number of users to return (default: 50, max: 200)

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Cursor for pagination, obtained from previous response", "type": "string" }, "groupId": { "description": "ID of the group", "type": "string" }, "limit": { "description": "Maximum number of users to return (default: 50, max: 200)", "type": "number" } }, "required": [ "groupId" ], "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