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
Name | Required | Description | Default |
---|---|---|---|
activateUsers | No | Whether to activate users immediately (default: true) | |
applicationIds | No | Application IDs to provision for all users | |
csvData | Yes | CSV string with user information | |
defaultGroups | No | Default group IDs to assign all users to | |
groupMappings | No | Mapping of user attributes to group IDs (e.g., {"department": {"Engineering": "group1Id"}}) | |
sendWelcomeEmail | No | Whether to send welcome emails (default: true) |