v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList IDE adoption
Returns a list of all the users that have an active IDE token
get/users/ide/adoption
Query parameters
ide'all' | 'vscode' | 'jetbrains' | 'cursor' | 'windsurf' | 'visualstudio' | 'eclipse' | 'kiro' | 'antigravity' | 'mcp'
The IDE to filter by. Default is 'all'.
Response
A list of users that have an active IDE token
Example response
[
{
"id": 1,
"full_name": "Wendy Snutz",
"installed_plugins": [
"vscode",
"jetbrains"
],
"token_last_used_at": 1720059659,
"has_enabled_safe_chain": true,
"has_enabled_pre_commit": true
}
]