Admin flows
Admin flows are designed to support administrative user management operations. They include:
Delete user
Permanently removes a user account from the system.
Add a delete user flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Admin.
-
Press ADD button.
-
On "choose flow type to add" select Delete User.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Lock user
Lock a user account to prevent access.
Add a lock user flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Admin.
-
Press ADD button.
-
On "choose flow type to add" select Lock User.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Unlock user
Restores access to a previously locked user account.
Add an unlock user flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Admin.
-
Press ADD button.
-
On "choose flow type to add" select Unlock User.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Invite user
Sends an invitation to a user to complete registration or activate their account.
Add an invite user flow
-
Open the left sidebar and select Visual Identity Orchestrator from the menu.
-
This will display a list of flow categories, select Admin.
-
Press ADD button.
-
On "choose flow type to add" select Invite User.
-
Complete the configuration by following the steps described in the add flow section, starting from step 5.
Best practices
-
Audit logging: Ensure all administrative actions are logged
-
Authorization: Implement proper access controls for admin flows
-
Confirmation: Require confirmation for destructive actions
-
Notifications: Send notifications to affected users when appropriate
-
Reversibility: Consider implementing soft deletes where possible