Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-the-user-object.api.mdx
Claude Code cbcfd9599f docs: cut 6.1.0 versions for docs, admin_docs, developer_docs, components
Snapshots all four versioned Docusaurus sections at v6.1.0. Built on
top of the version-cutting tooling work in chore/docs-cut-6.1.0-versions
so the snapshot benefits from:

- Auto-gen refresh before snapshotting (database pages from engine
  spec metadata, API reference from openapi.json, component pages
  from Storybook stories) — captured at the SHA we cut from rather
  than whatever happened to be on disk.
- Data-import freeze: country list, feature flag table, database
  diagnostics, and component metadata are copied into snapshot-local
  `_versioned_data/` dirs so the historical version doesn't silently
  mutate when the source files change.
- Depth-aware import-path rewriter that handles deeply-nested
  component MDX files referencing `../../../src/` from the snapshot.

Versioning behavior: `lastVersion` stays at `current` for every
section, so the canonical URLs (`/docs/...`, `/admin-docs/...`,
`/developer-docs/...`, `/components/...`) continue to render content
from master. The `current` version is consistently labeled "Next"
with an `unreleased` banner, and `6.1.0` is a historical pin
accessible only via its explicit version segment.

Component playground: previously `disabled: true` in versions-config.json,
now enabled and versioned. The plugin block in docusaurus.config.ts
was already gated only by the `disabled` flag, so no other code
changes were needed to bring it back online.

The frozen `databases.json` in the snapshot is the canonical 80-database
artifact from the latest committed state in master (preserved by the
generator's input-hash cache), not a fallback regenerated from a
local Flask environment.
2026-05-13 17:15:46 -07:00

59 lines
2.7 KiB
Plaintext

---
id: get-the-user-object
title: "Get the user object"
description: "Gets the user object corresponding to the agent making the request, or returns a 401 error if the user is unauthenticated."
sidebar_label: "Get the user object"
hide_title: true
hide_table_of_contents: true
api: eJzFVlFv2zYQ/ivEYQ8JpsTx0IdCRR+yIEvXFVtQO9iAKHBp6WwxkUiVPLnxBP334UjJluxsCLaHPUk6Ho/f993xTg1k6FKrKlJGQww3SE5QjqJ2aIVZPmJKIjXWoquMzpReCzLeQa5Rkyjlk7flKCx+rdFRJIwVFqm22gkp3lxMBVprrFCrfWDlRK1lTTlqUqkkzM4hgnCIQwdxAz9cXPAjNZpQE7/KqirYWRk9eXQMtwGX5lhKfqusqdCSCrsturqgYzuWUhX8QtsKIQZHVuk1tBGslHW00LLEF5dVNjArTbhG6+1uIVNSm+GupTEFSt0va6O3pandyx6F/KdjC7NWepGaOkhwfD7L+Te726i3hDxCBKSoYMOdQ/u5U3sWJDx2byPAZ1lWBY4V7TTszxlLt7eyYtORQGRrPJQk2AYi7AOMuE+HVPcUGfW4guc5irS2lquTdzCNNxfT/1BLJTon169SeCzZbiPc+WI3Vv2JWSwu94WvjPYXR1nM4AU2w43+PIdpbRVtIb5v4PEbQXz/0D5EQHLtIL6Hq446ZxgeIng+S02GM4/J+U2F1GuIIb37/IlFlkss9p/O1DZlxGltC3H2h7i5nosEcqIqnkwKk8oiN47itxdv305kpSab6aTESQIiSRItxNkHkcBlB9nTi8WPKC1a8d3l1dX1bLaY//bL9a8JQBvtsNxuKTd6gGZn2OFRZWUs9U3GJTrRfbsQ73fm8zXSCeMQrwIdBdccZYbWvW8OoCcQiwQ6+AmI74VMU3RuQeYJdZvo00RXVmk66aGccy2dnJ4OyX2UGznzKR0QHBn3ohvtmOOOl/wmFYkVUpp7Wq8m1YyYxf23OMwOU/zSJ6gJ9Oae3Zewo+UHU32X6AAvkyR30A6Id06mwPPCrE/Y9fQdcH2WSLnJIIY1MuVKUg4xDICzDmg3aEOV1pZlepEtHF6ST7wsMtxgYaqSqz9E8lkIgZrKGjKpKdp4Mmk4VBs3XFHtUbSr2pEp+xARbKRVclmEXtCH4fcMV9K3RA8TIkBdl3wHu09+OL6D4/gf5vNbsYvTRsBoxvF2fI/AzTwqwWvcCnnW/nzLQZjLOMiLUnX7vXfbcmL6huLHQCDp20oDS18WPxlbSo738fc558i78Qjzq7DrgJ50G/HmhcWVRZf/2yA8N/XKBDoj9HWF1uFwkg1MXDvBbzMNkjgqpW/t3di4QTr8uTlUaDAl/t+foU4RwmeaVIVU/mfBF3PT3Z57kJVi3lPg+wURcLGFarqHpllKh3e2aFs2f63R8tB42Be0Hx0RhB7hL90TbiGGyzRF35c2sqgZw9GwHF3om2tOKeMf/uD0ie1eOHq3JPV2ELtpgkdoOnwbAwjfYqF9aNv2L4XLpww=
sidebar_class_name: "get api-method"
info_path: developer-docs/api/superset
custom_edit_url: null
hide_send_button: true
show_extensions: true
---
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Get the user object"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/api/v1/me/"}
context={"endpoint"}
>
</MethodEndpoint>
Gets the user object corresponding to the agent making the request, or returns a 401 error if the user is unauthenticated.
<ParamsDetails>
</ParamsDetails>
<RequestSchema
{...require("./get-the-user-object.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./get-the-user-object.StatusCodes.json")}
>
</StatusCodes>