---
title: "POST /api/user/activity-details"
method: POST
path: "/api/user/activity-details"
tags: ["userActivity"]
---

# POST /api/user/activity-details

`POST /api/user/activity-details`

## Request body

- ActivityRequest
  - `serialNumber` string, nullable
  - `username` string, nullable
  - `fromdate` string, nullable
  - `todate` string, nullable
  - `comments` string, nullable
  - `operationType` string, nullable
  - `operationName` string, nullable
  - `ipAddress` string, nullable
  - `userGroup` string, nullable
  - `source` string, nullable
  - `tenantId` string, nullable
  - `orgId` string, nullable
  - `activationKey` string, nullable
  - `activityUsername` string, nullable
  - `pageSize` integer
  - `pageNumber` integer

## Response `200`

Success

- UserActivityResponse
  - `actiondetails` ActivityDetails[], nullable
    - `actiontime` string, nullable
    - `username` string, nullable
    - `userfullname` string, nullable
    - `activityusername` string, nullable
    - `activityuserfullname` string, nullable
    - `organization` string, nullable
    - `operation` string, nullable
    - `operationType` string, nullable
    - `operationDisplayText` string, nullable
    - `operationDetail` string, nullable
    - `activityOrganization` string, nullable
    - `tenant` string, nullable
    - `serialNumber` string, nullable
    - `activationKey` string, nullable
    - `emailAddresss` string, nullable
    - `activityUserEmailAddresss` string, nullable
    - `source` string, nullable
    - `sourceDisplayText` string, nullable
    - `activitydetailsid` integer
    - `viewMoreText` string, nullable
    - `showdetailsLink` string, nullable
    - `isBulkOperation` string, nullable
    - `ipAddress` string, nullable
  - `totalProducts` integer
  - `totalPages` integer, nullable
  - `pageSize` integer, nullable
  - `currentPageNumber` integer, nullable
  - `currentTimeStamp` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
