Get user action history
GET/company/users/actions/:id
Returns the log of actions performed by a specific user.
Types of logged actions:
- Profile changes
- Authentication operations
- Password changes
- Configuration modifications
Usage Example:
- Security audit
- User activity analysis
- Unusual behavior detection
Requirements:
- User must be authenticated (valid JWT)
- Token must have administrator permissions
Request
Responses
- 200
- 401
- 404
Action history successfully obtained.
Unauthorized. Possible causes:
- Invalid or expired JWT token
- User does not have administrator permissions
User not found