---
title: "get user behaviour logs (Auth policies: user:administer)"
method: GET
path: "/api/users/behaviour/log/{userId}"
tags: ["AppUser"]
---

# get user behaviour logs (Auth policies: user:administer)

`GET /api/users/behaviour/log/{userId}`

## Path parameters

- `userId` string, uuid, required

## Response `200`

OK

- RUserBehaviourLog[]
  - `id` string, uuid — id
  - `userId` string, uuid — user id
  - `user` RAppUser — Application User
    - `id` string, uuid
    - `userName` string, nullable
    - `normalizedUserName` string, nullable
    - `email` string, nullable
    - `normalizedEmail` string, nullable
    - `emailConfirmed` boolean
    - `passwordHash` string, nullable
    - `securityStamp` string, nullable
    - `concurrencyStamp` string, nullable
    - `phoneNumber` string, nullable
    - `phoneNumberConfirmed` boolean
    - `twoFactorEnabled` boolean
    - `lockoutEnd` string, date-time, nullable
    - `lockoutEnabled` boolean
    - `accessFailedCount` integer
    - `firstName` string, nullable — First Name
    - `surName` string, nullable — Sur Name
    - `createDate` string, date-time, required — User Creation Date
    - `status` 0 | 1, required — User Status
    - `rImage` RImage — Image Files
      - `id` string, uuid — Id
      - `originalFileName` string, nullable — Original File Name
      - `contentType` string, nullable — content type
      - `fileSizeInBytes` integer — Original Image File Size In Byte
      - `imageWidth` integer — Original Image Width
      - `imageHeight` integer — Original Image Height
      - `folderName` string, nullable — پوشه محل ذخیره تصویر
      - `storedFileName` string, nullable — نام فایل ذخیره شده با بالاترین کیفیت
      - `dataTime` string, date-time — datetime
      - `lastModified` string, date-time — Last Modified for caching purposes
    - `rImageId` string, uuid, nullable — user image id
    - `nickName` string, nullable — nick name
    - `bio` string, nullable — biography
    - `website` string, nullable — web site
    - `screenName` string, nullable — user screen name
    - `lockoutMessage` string, nullable — if user is locked out purposely as some kind of temporary punishment put the message for him or her here
  - `dateTime` string, date-time — datetime
  - `description` string, nullable — description

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
