---
title: "Enable a source"
method: GET
path: "/user/info"
tags: ["account"]
---

# Enable a source

`GET /user/info`

## Response `200`

Got user data successfully

- UserInfoResponse
  - `company_description` string, nullable
  - `company_name` string, nullable
  - `completed_onboarding` boolean, required
  - `cost_confirmation_threshold` integer, nullable — Cost confirmation threshold in credits (thousandth of a cent).
  - `credits_remaining` integer, required
  - `credits_used` integer, required
  - `feature_flags` FeatureFlag[], required
  - `full_name` string, required
  - `impersonated_by_email` string, nullable
  - `is_developer` boolean, required
  - `job_title` string, nullable
  - `last_selected_team_id` string, uuid
  - `linkedin_url` string, nullable
  - `onboarding_session_id` string, uuid
  - `permissions` Permission[], required
  - `slack_user_id` string, nullable
  - `slack_username` string, nullable
  - `survey_completed_at` string, date-time, nullable
  - `user_id` string, uuid, required
  - `user_type` 'admin' | 'public' | 'end_user', required
  - `username` string, required

## Changes

- **2026-01-28** `ac51b9f38f1f` — 1 breaking
  - removed the required property `data_docs_enabled` from the response with the `200` status
- **2026-01-28** `50951dfc8b08` — 1 info
  - added the required property `data_docs_enabled` to the response with the `200` status
- **2026-01-09** `99c43865c7dd` — 1 info
  - added the optional property `cost_confirmation_threshold` to the response with the `200` status

[Change history](https://skmtc.dev/structifyai/apis/structify/changes/user/info/get.md)

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
