Get user action history
GET/company/users/actions/:id
Returns the log of actions performed by a specific user.
Objective
To facilitate user activity auditing and analysis for security and compliance.
Use Cases
- Security audit
- User activity analysis
- Detection of unusual behavior
- Incident investigation
Authentication
- Requires a valid JWT (middleware m.isLoged)
Action Types
- Profile changes
- Authentication operations
- Password changes
- Configuration modifications
- Auction creation/editing
- Delivery management
Pagination
- Returns paginated results
- Parameters: page, limit
Request
Responses
- 200
- 401
- 404
Action history retrieved successfully.
Unauthorized. Possible causes:
- Invalid or expired JWT token
User not found