v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Asset Inventory

Update a single Identity

put/inventory/identities/{inventoryIdentityID}

Path parameters

inventoryIdentityIDstring required

Request body

Environmentinteger
Type'service' | 'user' | 'admin' | 'guest' | 'shared' | 'system' | 'application'
Status'suspended' | 'active' | 'inactive' | 'expired' | 'deactivated' | 'deleted' | 'pending-activation'
Locationstring
IsLocationManagedboolean
InventoryState'Inventory' | 'Archive' | 'Discovery'
IsManualboolean

Example request

{
  "Environment": 8815,
  "Type": "service",
  "Status": "active",
  "Location": "Houston",
  "InventoryState": "Inventory"
}