Overview
Supervisors have access to the Manage Team section where they can create user accounts, assign roles, change passwords, and delete users. This centralized user management system controls access to all applications within OPS Workspace.Accessing Team Management
The Manage Team button is only visible to users with thesupervisor role:
- Log in to OPS Workspace
- Navigate to the Cashouts application
- Click the π₯ Manage Team button in the sidebar
The Manage Team button is automatically hidden for analysts and chat agents based on their role permissions.
Creating New Users
User Creation Form
To create a new user account, fill out the following fields:| Field | Description | Example |
|---|---|---|
| Full Name | Userβs complete name | Juan Perez |
| Username | Login username (lowercase, use dots for spaces) | juan.perez |
| Password | Initial password (minimum 4 characters) | secure123 |
| Role | Userβs role assignment | analista, supervisor, or chats |
API Endpoint
Step-by-Step Instructions
Enter Full Name
Type the userβs complete name in the Nombre Completo field (e.g., βJuan Perezβ)
Select Role
Choose the appropriate role from the dropdown:
- Analista: Standard cashout reviewer
- Supervisor: Team manager with admin access
- Chats: Chat support agent (no cashout access)
New users can log in immediately using their assigned username and password. Credentials are case-sensitive.
Managing Existing Users
User Table
The user management table displays all registered users with the following information:- Name: Full name of the user
- Username: Login username
- Role: Assigned role (color-coded badge)
- Actions: Password reset and delete buttons
Changing User Passwords
Supervisors can reset passwords for any user:- Click the π Clave button next to the user
- Enter the new password in the prompt (minimum 4 characters)
- Click OK to confirm
Deleting Users
Delete Process
- Click the ποΈ Borrar button next to the user
- Confirm the deletion in the popup dialog
- The user is permanently removed from the system
Deletion Restrictions
- The admin user cannot be deleted (button is disabled)
- Active sessions are terminated immediately upon deletion
- User data in cashout history remains intact (for audit purposes)
Deleted users are removed from the system but their name remains in historical cashout records to maintain data integrity.
Role-Based Visibility
Role Assignment Options
When creating users, supervisors can assign one of three roles:Role Descriptions
Analista
Standard cashout reviewer with access to submit and review cashouts
Supervisor
Team manager with access to user management and all cashout functions
Chats
Chat support agent with access only to Operapedia (no cashout access)
User Table Reference
API Endpoint:Example User Management Code
Best Practices
Username Conventions
Username Conventions
Use lowercase usernames with dots separating first and last names:
- β
juan.perez - β
maria.garcia - β
JuanPerez - β
juan_perez
Password Security
Password Security
- Set temporary passwords during account creation
- Instruct users to change passwords after first login
- Use minimum 4 characters (8+ recommended)
- Reset passwords immediately if compromised
Role Assignment
Role Assignment
- Start new users as analista role
- Promote to supervisor after training period
- Use chats role only for support agents
- Regularly audit user roles for accuracy
Troubleshooting
Cannot create user - username already exists
Cannot create user - username already exists
Each username must be unique in the system. Try adding middle initials or numbers (e.g.,
juan.perez2).User cannot log in after creation
User cannot log in after creation
- Verify username and password are case-sensitive
- Check that the userβs role has access to the application
- Confirm the account was successfully created in the user table
Delete button is disabled
Delete button is disabled
Related Resources
Permissions
Learn about role-based permissions and access control
Authentication
Understand how user authentication works