---
title: "List IDE adoption"
method: GET
path: "/users/ide/adoption"
---

# List IDE adoption

`GET /users/ide/adoption`

Returns a list of all the users that have an active IDE token

## Query parameters

- `ide` 'all' | 'vscode' | 'jetbrains' | 'cursor' | 'windsurf' | 'visualstudio' | 'eclipse' | 'kiro' | 'antigravity' | 'mcp'

## Response `200`

A list of users that have an active IDE token

- object[]
  - `id` integer — The user ID.
  - `full_name` string — The full name of the user.
  - `installed_plugins` string[] — The IDEs that the user has an active token for.
  - `token_last_used_at` integer — The Unix timestamp of the last time the user used the IDE.
  - `has_enabled_safe_chain` boolean — Whether the user has enabled the Safe Chain expansion pack.
  - `has_enabled_pre_commit` boolean — Whether the user has enabled the Pre-Commit expansion pack.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
