Files
authentik/website/docs/developer-docs/api/reference/core-users-impersonate-end-retrieve.api.mdx
2024-09-13 12:17:54 -05:00

244 lines
8.3 KiB
Plaintext

---
id: core-users-impersonate-end-retrieve
title: "core_users_impersonate_end_retrieve"
description: "End Impersonation a user"
sidebar_label: "core_users_impersonate_end_retrieve"
hide_title: true
hide_table_of_contents: true
api: eJytVE1v2zAM/SuGzkaUtT0MPa0YgiLAOhRot8tQBLLExmoUyZXoYIHh/z5SdhOnX6edLFP8eo9P7ERoICq0wS+NuBQ6RFi1CWJa2S3dpOAVwgq8WUXAaGEHohQGko624SiKWXhTLA/OZCtUwSnIEdU6ics/Oa14KEUC3UaLe7J1QrVYg0e7ob+Hnm4jpCb4BBTSibP5BX9OS921WkNKj61z+yKhigimsNPaoi/FxXzOoTp4pPx8VE3jrM4O8ilxqk4kXcNW8Qn3DVDyUD2BxjfwfitnzYBrEWNgWE1k1tAOnfrgV48WnFkB36dJShWj2lOARdhO7Ymo9GvRU7M6GHj/Rhljuaxyt9N6dIMWHZy0NnTWc9hp9wMf5/+Rj2vwEK0urm6XHxBiAJV174D6DG2E59ZGMCyXMcHDEelY9BOYZNoC1oFVvAZuu1FY049k8cmsaflK01KwJOMOeGikyDY6DlCNlbtzKfqJYu+YnQHeRLcHIDViw8myF/1XoCLE3JX1jyF7jlCO4aXgygOAs/nZxezr7Msbum/UhigqXqKGoRWJkDiYiTJPVek8VRof0y5qcC58W4dDpZkNTD6NHOh5Zc2q3ObN8p5SDLAZQrqUcm2xbquZDls5SSGPp8qFSlIpL38svy9+3i0yzCYk3Co/Sc6850WQJk8UCuK9+GiXTET66VoZSEf4i7Jx1Amjyyi6cerjyiEr1+cXeDp5srC8amqanbuuUgl+Rdf3bH5uIfKOouNORasqHhztKAoAZagFFssGyEVc0UJqWG075do83tdPi1V0UOb1gglnLifiGcVSvhw4+8sC8ftJbmoze9yHDXhqtRybQP6nQvQw/gG0NAUl
sidebar_class_name: "get api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"core_users_impersonate_end_retrieve"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/core/users/impersonate_end/"}
>
</MethodEndpoint>
End Impersonation a user
<div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"204"}
value={"204"}
>
<div>
Successfully started impersonation
</div><div>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>