---
title: "Get items from the user that would be migrated"
method: GET
path: "/api/v3/user_migration/items"
---

# Get items from the user that would be migrated

`GET /api/v3/user_migration/items`

## Response `200`

- GetUserMigrationItemsResponse
  - `desktops` object[], required
    - `id` string, required
    - `name` string, required
  - `templates` object[], required
    - `id` string, required
    - `name` string, required
  - `media` object[], required
    - `id` string, required
    - `name` string, required
  - `deployment` object[], required
    - `id` string, required
    - `name` string, required
  - `users` object[], required
    - `id` string, required
    - `name` string, required
    - `username` string, required
    - `provider` string, required
  - `quota_errors` object[]
    - `description` string, required
    - `description_code` string, required
  - `origin_user_delete` boolean, required

## Other responses

- `428`

## Changes

- **2024-12-12** `473ff6ac2a5d` — 6 info
  - the response property `deployment` became required for the status `200`
  - the response property `desktops` became required for the status `200`
  - the response property `media` became required for the status `200`
  - the response property `templates` became required for the status `200`
  - …2 more
- **2024-12-09** `9f961da950ba` — 5 info
  - added the optional property `quota_errors` to the response with the `200` status
  - added the optional property `users` to the response with the `200` status
  - the response property `errors` became required for the status `428`
  - the response property `errors/items/description` became required for the status `428`
  - …1 more
- **2024-11-27** `9e2457aee4a1` — 1 info
  - endpoint added
- **2024-08-26** `113852fcf431` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/isard-vdi/apis/isardvdi-api/changes/api/v3/user_migration/items/get.md)

---

[API](https://skmtc.dev/isard-vdi/apis/isardvdi-api.md) · [All operations](https://skmtc.dev/isard-vdi/apis/isardvdi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isard-vdi/isardvdi-api/revisions/95068d823baa/schema)
