Okta MCP connector
Okta is an identity and access management platform that controls user authentication and authorization across applications and services. The Okta MCP connector allows AI agents to create and manage user accounts, retrieve user details, and update user information within your Okta organization. It supports full user lifecycle operations through the OIN API service using client credentials authentication.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Okta MCP connector to perform the following actions:
- Provision new employees in Okta automatically when they join your organization
- Deactivate user accounts in Okta when employees leave or change roles
- Update user profiles in Okta with current job titles, departments, and contact information
- Retrieve employee identity data from Okta to populate downstream business applications
- Enforce consistent user management across Okta and connected enterprise systems
- Audit user access by listing all active accounts and their status in Okta
- Synchronize organizational changes to Okta without manual data entry
Example prompts
Use the following example prompts to invoke Okta MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new user in Okta for our recent hire with their email address.Show me all active users in Okta from our engineering department.Update the phone number and office location for a user in Okta.Remove a contractor's access by deleting their user account from Okta.List all users in Okta who were created in the last 30 days.Get the full profile details for a specific employee in Okta.Create multiple new users in Okta from our onboarding spreadsheet.Deactivate a user in Okta when they transition to a different role.Find users in Okta with a specific email domain.Update all user records in Okta with their new manager assignments.
Okta MCP connector tools
The Okta MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| okta_oktacreateuser_invoke | Creates a new user account in Okta with the provided information. |
| listUsers | Retrieves a list of all users in the Okta organization. |
| createUser | Creates a new user account with the specified details. |
| getUser | Retrieves detailed information about a specific user. |
| updateUser | Modifies an existing user's profile or account settings. |
| deleteUser | Removes a user account from the Okta organization. |