Skip to main content

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

Action history successfully obtained.