Okta User Management
Summary
Okta MCP Server enables Claude to interact with Okta's user management system through a Node.js implementation that connects to the Okta API. Developed by Kapil Duraphe, it currently provides a 'get_user' tool that retrieves detailed user information including profile data, account status, employment details, and contact information. The server handles authentication through Okta API tokens, includes robust error handling for common issues like missing users or authentication problems, and is designed to be integrated with Claude Desktop for seamless user information retrieval directly within conversations.
Available Actions(18)
get_user
Retrieves detailed user information from Okta, including various personal and employment details.
list_users
Lists users from Okta with optional filtering and pagination. Supports SCIM filter expressions and free-form text search.
activate_user
Activates a user in Okta with an option to send activation email.
suspend_user
Suspends a user in Okta.
unsuspend_user
Unsuspends a previously suspended user in Okta.
delete_user
Deletes a user from Okta, requiring the user to be deactivated first.
get_user_last_location
Retrieves the last known location and login information for a user from Okta system logs.
list_groups
Lists user groups from Okta with optional filtering and pagination. Supports filter expressions and free-form text search.
create_group
Creates a new group in Okta with a name and an optional description.
get_group
Retrieves detailed information about a specific group.
delete_group
Deletes a group from Okta.
assign_user_to_group
Assigns a user to a group in Okta.
remove_user_from_group
Removes a user from a group in Okta.
list_group_users
Lists all users in a specific group with pagination support.
bulk_user_import
Imports multiple users from a CSV string, creating user accounts based on CSV data with optional activation and notifications.
assign_users_to_groups
Assigns multiple users to groups based on attribute mappings.
provision_applications
Provisions application access for multiple users, supporting bulk provisioning.
run_onboarding_workflow
Runs a complete onboarding workflow for multiple users from CSV data, including user import and group assignment.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요