---
title: "Update a single Identity"
method: PUT
path: "/inventory/identities/{inventoryIdentityID}"
tags: ["Asset Inventory"]
---

# Update a single Identity

`PUT /inventory/identities/{inventoryIdentityID}`

## Path parameters

- `inventoryIdentityID` string, required

## Request body

- AssetInventoryIdentityUpdateRequest
  - `Environment` integer
  - `Type` 'service' | 'user' | 'admin' | 'guest' | 'shared' | 'system' | 'application'
  - `Status` 'suspended' | 'active' | 'inactive' | 'expired' | 'deactivated' | 'deleted' | 'pending-activation'
  - `Location` string
  - `IsLocationManaged` boolean
  - `InventoryState` 'Inventory' | 'Archive' | 'Discovery'
  - `IsManual` boolean

## Response `default`

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
