---
title: "Fetch User Details"
method: GET
path: "/connect/userinfo"
---

# Fetch User Details

`GET /connect/userinfo`

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `sub` string
  - `email` string
  - `tenant_id` string
  - `tenantid` string
  - `subdomain` string
  - `user_id` string
  - `user_identifier` string
  - `username` string
  - `authentication_type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/versions/907ea395c885/schema)
