Skip to main content
Glama

Okta MCP Server

remove_user_from_group

Remove a user from a group using the Okta MCP Server by specifying the user ID and group ID for efficient user management.

Instructions

Remove a user from a group in Okta

Input Schema

NameRequiredDescriptionDefault
groupIdYesID of the group
userIdYesID of the user to remove from the group

Input Schema (JSON Schema)

{ "properties": { "groupId": { "description": "ID of the group", "type": "string" }, "userId": { "description": "ID of the user to remove from the group", "type": "string" } }, "required": [ "groupId", "userId" ], "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