Skip to main content

Teleport Internals

Teleport User Account API

Teleport exposes a simplified /api/v1/account API that mimics User Account API to get a user's account information.
This API is used by the Addons deployed alongside Teleport on-premise to obtain user account information.

The API response is as below:-

{
"id": "USER_ID",
"enabled": true,
"group_id": "GROUP_ID",
"group_asset_access": true
}