---
title: "GET /Users"
method: GET
path: "/Users"
tags: ["Users"]
---

# GET /Users

`GET /Users`

## Query parameters

- `api-version` string
- `$select` string
- `$expand` string
- `$filter` string
- `$orderby` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Response `200`

Success

- UserIEnumerableODataValue
  - `value` User[], nullable
    - `lscAppCreated` boolean
    - `lscChannelCreated` boolean
    - `lscConnectionCreated` boolean
    - `lastLSCAndroidDownloadDate` integer — Timestamp of when the user has last downloaded the Android SDK.
    - `lastLSCJavaDownloadDate` integer — Timestamp of when the user has last downloaded the Java SDK.
    - `lastLSCNetDownloadDate` integer — Timestamp of when the user has last downloaded the .Net SDK.
    - `lastLSCUnityDownloadDate` integer — Timestamp of when the user has last downloaded the Unity SDK.
    - `lastLSCHololensDownloadDate` integer — Timestamp of when the user has last downloaded the Hololens SDK.
    - `lastLSCWebDownloadDate` integer — Timestamp of when the user has last downloaded the Web SDK.
    - `lastLSCIosDownloadDate` integer — Timestamp of when the user has last downloaded the iOS SDK.
    - `lastLSCMacosDownloadDate` integer — Timestamp of when the user has last downloaded the macOS SDK.
    - `lastLSCTVosDownloadDate` integer — Timestamp of when the user has last downloaded the tvOS SDK.
    - `lastLSCUwpDownloadDate` integer — Timestamp of when the user has last downloaded the UWP SDK.
    - `lastLSCXamarinDownloadDate` integer — Timestamp of when the user has last downloaded the Xamarin SDK.
    - `id` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `username` string, nullable
    - `nickname` string, nullable
    - `emailAddress` string, nullable
    - `phoneNumber` string, nullable
    - `pictureUrl` string, nullable
    - `role` string, nullable
    - `createdOn` integer
    - `modifiedOn` integer
    - `identities` Identity[], nullable
      - `id` string, nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `username` string, nullable
      - `nickname` string, nullable
      - `emailAddress` string, nullable
      - `phoneNumber` string, nullable
      - `pictureUrl` string, nullable
      - `role` string, nullable
      - `createdOn` integer
      - `modifiedOn` integer

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
