Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Activate User
okta:activate_user
Activate a user account. This will allow the user to log in.
Write
Medium risk
Add User To Group
okta:add_user_to_group
Add a user to a group in Okta.
Write
Medium risk
Assign User To App
okta:assign_user_to_app
Assign a user to an application in Okta.
Write
Medium risk
Create Group
okta:create_group
Create a new group in Okta.
Write
Medium risk
Create User
okta:create_user
Create a new user in Okta with profile information.
Write
Medium risk
Deactivate User
okta:deactivate_user
Deactivate a user account. This will prevent the user from logging in.
Write
Medium risk
Delete Group
okta:delete_group
Delete a group from Okta.
Write
High risk
Get Application
okta:get_application
Fetch a single application by ID with configuration details.
Read
Low risk
Get Group
okta:get_group
Fetch a single group by ID with basic information and member count.
Read
Low risk
Get User
okta:get_user
Fetch a single user by ID or login with profile information and status.
Read
Low risk
List Applications
okta:list_applications
List applications with optional filtering and search capabilities.
Read
Low risk
List Group Members
okta:list_group_members
List all members of a specific group.
Read
Low risk
List Groups
okta:list_groups
List groups with optional filtering and search capabilities.
Read
Low risk
List User Groups
okta:list_user_groups
List all groups that a user is a member of.
Read
Low risk
List Users
okta:list_users
List users with optional filtering and search capabilities.
Read
Low risk
Remove User From Group
okta:remove_user_from_group
Remove a user from a group in Okta.
Write
High risk
Reset Password
okta:reset_password
Reset a user's password and optionally send them a reset email.
Write
Medium risk
Unassign User From App
okta:unassign_user_from_app
Unassign a user from an application in Okta.
Write
High risk
Update User
okta:update_user
Update an existing user's profile information.
Write
Medium risk