---
title: "Get the site user management logs activity. Start-End date range must not exceed 90 days"
method: POST
path: "/KindooGetSiteUserManagementLogs"
tags: ["Environment Management"]
---

# Get the site user management logs activity. Start-End date range must not exceed 90 days

`POST /KindooGetSiteUserManagementLogs`

## Response `200`

OK

- ManagementUserLogObject[]
  - `Action` string — The action that was performed (Insert, Update)
  - `TimeStamp` string, date-time — The date and time when the action was performed (format YYYY-MM-DDTHH:mm:ss, UTC timezone)
  - `EUID` string, uuid
  - `EnvironmentID` integer
  - `UserID` string, uuid
  - `Username` string
  - `FullName` string
  - `InvitedBy` string, uuid — The ID of the user who invited the user
  - `InvitedOn` string, date-time — The date and time when the user was invited (format YYYY-MM-DDTHH:mm:ss, UTC timezone)
  - `InvitedByFullName` string
  - `InvitedByUserName` string
  - `RevokedBy` string, uuid — The ID of the user who revoked the user. If this RevokedBy is equal to UserID, it means that the user left the site themselves
  - `RevokedOn` string, date-time — The date and time when the user was revoked (format YYYY-MM-DDTHH:mm:ss, UTC timezone)
  - `RevokedByFullName` string
  - `RevokedByUserName` string
  - `DepartmentType` integer — 0 for admin. 1 for manager. 2 for guest. 3 for installer
  - `RepliedToInvitation` boolean
  - `AcceptedInvitation` boolean
  - `Description` string
  - `IsTempUser` boolean
  - `TempUserFromDate` string, date-time — format YYYY-MM-DDTHH:mm:ss, UTC timezone
  - `TempUserToDate` string, date-time — format YYYY-MM-DDTHH:mm:ss, UTC timezone
  - `TempUserToDateTimeZone` string — The standard name of the C# timezone
  - `TempUserToDateTimeZoneName` string — The display name of the C# timezone

## Other responses

- `303` — See Other
- `401` — Unauthorized - your session is not valid

---

[API](https://skmtc.net/kindoo/apis/kindoo-tech.md) · [All operations](https://skmtc.net/kindoo/apis/kindoo-tech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kindoo/kindoo-tech/revisions/0f2499440f4b/schema)
