Connect your own Okta org (API Token or OAuth2 Service App) to manage Users, Groups, Applications, MFA Factors, Policies, admin Roles and Sessions, plus stream the System Log for security/audit visibility.
connect_oktawriteConnect an Okta org via API Token or OAuth2 Service App, after verifying connectivity.
disconnect_oktawriteDisconnect an Okta org: deletes the saved token/credentials. Nothing in Okta itself is changed.
list_connectionsreadList the connected Okta orgs.
list_usersreadList Okta users, optionally filtered by status or search text.
get_userreadRead one Okta user in full by id or login.
create_userwriteCreate a new Okta user with profile fields, optionally activating them immediately.
update_userwriteUpdate selected profile fields of an existing Okta user.
activate_userwriteActivate a STAGED Okta user (sends activation email unless password already set).
suspend_userwriteSuspend an active Okta user, blocking their sign-in.
unsuspend_userwriteUnsuspend a suspended Okta user, restoring their sign-in access.
deactivate_userwriteDeactivate (soft-delete) an Okta user. Okta keeps a 30-day recovery window internally.
unlock_userwriteUnlock a locked-out Okta user.
expire_user_passwordwriteExpire an Okta user's password, forcing them to set a new one at next login.
list_groupsreadList Okta groups, optionally filtered by search text.
get_groupreadRead one Okta group in full.
create_groupwriteCreate a new Okta group.
list_group_membersreadList the members of an Okta group.
add_user_to_groupwriteAdd a user to an Okta group.
remove_user_from_groupwriteRemove a user from an Okta group.
list_appsreadList Okta applications, optionally filtered by search text.
get_appreadRead one Okta application in full.
assign_user_to_appwriteAssign an Okta user directly to an application.
assign_group_to_appwriteAssign an Okta group to an application (all group members get access).
activate_appwriteActivate an Okta application.
deactivate_appwriteDeactivate an Okta application.
list_user_factorsreadList MFA factors enrolled for an Okta user.
reset_user_factorswriteReset ALL enrolled MFA factors for an Okta user -- they must re-enroll at next login. Use when a user has lost their MFA device.
list_policiesreadList Okta policies of a given type (sign-on, password, MFA enrollment, access).
get_policyreadRead one Okta policy in full.
list_admin_rolesreadList admin roles assigned to an Okta user.
assign_admin_rolewriteAssign an admin role to an Okta user (e.g. SUPER_ADMIN, ORG_ADMIN, APP_ADMIN).
remove_admin_rolewriteRemove an admin role assignment from an Okta user.
list_system_logreadList Okta System Log events (audit trail of logins, MFA, admin actions), optionally filtered by time range or SCIM-style filter expression.
audit_orgreadBuild one aggregated health report for the connected Okta org: active/suspended user counts, admin count, and recent failed logins.
Install Okta and let Webbee use it across your workflow.
Open in panel