---
title: "Supertokens User Info"
method: GET
path: "/auth/supertokens_user_info"
tags: ["AUTH"]
---

# Supertokens User Info

`GET /auth/supertokens_user_info`

## Headers

- `x-tenant` string

## Response `200`

Successful Response

- union
  - UserLoginOut
    - `id` integer, nullable
    - `email` string, required
    - `auth_token` string, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `is_onboarded` boolean, required
    - `tz` string, nullable
    - `lang` string, nullable
    - `uuid` string, uuid, required
    - `role_FK` RolePermissionFull
      - `role_name` string, required
      - `role_description` string, required
      - `role_title` string, required
      - `is_custom` boolean, required
      - `permission` PermissionsFull[], required
        - `uuid` string, uuid, required
        - `name` string, required
        - `title` string, required
        - `description` string, required
        - `group` string, nullable
    - `has_role_conflict` boolean
    - `sso_resolved_role_title` string, nullable
  - SupertokensUserInfo
    - `email` string, required

## Other responses

- `401` — Incorrect username or password
- `403` — User not activated or User not verified yet
- `404` — User not found
- `422` — Validation Error

---

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