Skip to main content
Glama

Okta MCP Server

run_onboarding_workflow

Automates user onboarding by processing CSV data, activating accounts, assigning groups, provisioning applications, and sending welcome emails via Okta MCP Server.

Instructions

Run a complete onboarding workflow for multiple users from CSV data

Input Schema

NameRequiredDescriptionDefault
activateUsersNoWhether to activate users immediately (default: true)
applicationIdsNoApplication IDs to provision for all users
csvDataYesCSV string with user information
defaultGroupsNoDefault group IDs to assign all users to
groupMappingsNoMapping of user attributes to group IDs (e.g., {"department": {"Engineering": "group1Id"}})
sendWelcomeEmailNoWhether to send welcome emails (default: true)

Input Schema (JSON Schema)

{ "properties": { "activateUsers": { "default": true, "description": "Whether to activate users immediately (default: true)", "type": "boolean" }, "applicationIds": { "default": [], "description": "Application IDs to provision for all users", "items": { "type": "string" }, "type": "array" }, "csvData": { "description": "CSV string with user information", "type": "string" }, "defaultGroups": { "default": [], "description": "Default group IDs to assign all users to", "items": { "type": "string" }, "type": "array" }, "groupMappings": { "default": {}, "description": "Mapping of user attributes to group IDs (e.g., {\"department\": {\"Engineering\": \"group1Id\"}})", "type": "object" }, "sendWelcomeEmail": { "default": true, "description": "Whether to send welcome emails (default: true)", "type": "boolean" } }, "required": [ "csvData" ], "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