Skip to main content
Glama

Okta MCP Server

activate_user

Activate a user in Okta by providing their unique identifier and optionally sending an activation email. Simplifies user management on the Okta MCP Server.

Instructions

Activate a user in Okta

Input Schema

NameRequiredDescriptionDefault
sendEmailNoWhether to send an activation email (default: true)
userIdYesThe unique identifier of the Okta user

Input Schema (JSON Schema)

{ "properties": { "sendEmail": { "description": "Whether to send an activation email (default: true)", "type": "boolean" }, "userId": { "description": "The unique identifier of the Okta user", "type": "string" } }, "required": [ "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