---
title: "Get all managed users"
method: GET
path: "/v2/oauth-clients/{clientId}/users"
tags: ["Deprecated: Platform / Managed Users"]
---

# Get all managed users

`GET /v2/oauth-clients/{clientId}/users`

<Warning>These endpoints are deprecated and will be removed in the future.</Warning>

## Path parameters

- `clientId` string, required

## Query parameters

- `limit` number
- `offset` number
- `emails` string[]

## Headers

- `x-cal-secret-key` string, required

## Response `200`

- GetManagedUsersOutput
  - `status` 'success' | 'error', required
  - `data` ManagedUserOutput[], required
    - `id` number, required
    - `email` string, required
    - `username` string, nullable, required
    - `name` string, nullable, required
    - `bio` string, nullable, required
    - `timeZone` string, required
    - `weekStart` string, required
    - `createdDate` string, required
    - `timeFormat` number, nullable, required
    - `defaultScheduleId` number, nullable, required
    - `locale` 'ar' | 'ca' | 'de' | 'es' | 'eu' | 'he' | 'id' | 'ja' | 'lv' | 'pl' | 'ro' | 'sr' | 'th' | 'vi' | 'az' | 'cs' | 'el' | 'es-419' | 'fi' | 'hr' | 'it' | 'km' | 'nl' | 'pt' | 'ru' | 'sv' | 'tr' | 'zh-CN' | 'bg' | 'da' | 'en' | 'et' | 'fr' | 'hu' | 'iw' | 'ko' | 'no' | 'pt-BR' | 'sk' | 'ta' | 'uk' | 'zh-TW' | 'bn'
    - `avatarUrl` string, nullable — URL of the user's avatar image
    - `metadata` object

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
