first pass

This commit is contained in:
Tana M Berry
2024-10-22 15:10:13 -05:00
parent 63c3da169a
commit 7a6d44d0df
878 changed files with 474272 additions and 31 deletions

View File

@@ -0,0 +1,335 @@
---
id: core-users-recovery-create
title: "core_users_recovery_create"
description: "Create a temporary link that a user can use to recover their accounts"
sidebar_label: "core_users_recovery_create"
hide_title: true
hide_table_of_contents: true
api: eJytVdtq4zAQ/RWhp10IcWn7sORpSylLoN0tvexLKUGRJ7EaRXJHclhj/O87I9uN2aSFhT5Zl9HMOWcubqQvAVU03s1zOZPaIyyqABgWCNrvAOuFRlAR5ETmEDSako3J9DIdCyUibEuPCmthjduIWKhIp+xEaOV4IaIXvTu6BoNCae0rFwN5LRWqLUQKKWdPjTTsu1SxoCtHF7QzOa2DLmCr5KyRsS7TqYuwBpTtv8AuROXMawWitxA7ZXmXg4tmVRu3JhAmiEdCOCXPCK+VQSD6EStonycyqjWDSWpI2gfQFZpYJ4CqIgrkaUO7Z7ZGCKV3AQKDOz054Y/2FNtFXqqytEYnibOXwAibQzJ++QI6Hmh8B7FCF0jOQLAtJIVZM+S0RdPFTId7XyEiGcu2HVN76qyYnImWza5537YH8rGg55/K4reyJk9PxRWixwMCzrvFyoDNF8D3YeRSIaqaHhiqsnCcpPY5HL9ReW44rLK343jtXoQ9tA7Zu3qcfaIeP8ABGi0ubufvCJJDVMYeIfUR23GyewejdPdBP6BJR9SHhec5UPoQU29SH85kxo2QpbGQNSZvs2E2ZNyYgLuheSu0bK5Kk+3OMtmOeueexenYjTrojUcRYzl0Oe+XoJCbm0AZt/LJsmeyfz6RHLnDf3pyej79Nj09UPtGbbjlh1ddzqiftqUFbn9OqtIpqZQ9Vl0WYK3/vvZvkabGs/aUcaBGTyXbjaab+QO56GgzhTDLsrWJRbWcar/NRi6y/Wpp/TKjUC67nl9e/by/SjRZ8q1yI+esepqjYZietTg+jEel+WlzuU9MhD8xKy2hZQUS06avi35A0iljpO8sTeoBKy25AAsuJbJtmqUK8Ii2bfmYBjTyQKXlTqFRS84tlVBuAq+pCFfKBviA6Je7vuC/iv8d+Ue5DRPHMfLkgNtiIjdQdz+h9pmsClA5FSZD7S4utIYyjp4cjAZug7fOuv11zyXD1TAq/77cJ8OC3R/FQyomiwe/AUdKDvAi7xlh2/4Fpb+03A==
sidebar_class_name: "post 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 Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"core_users_recovery_create"}
>
</Heading>
<MethodEndpoint
method={"post"}
path={"/core/users/{id}/recovery/"}
>
</MethodEndpoint>
Create a temporary link that a user can use to recover their accounts
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Path Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"path","name":"id","schema":{"type":"integer"},"description":"A unique integer value identifying this User.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"200"}
value={"200"}
>
<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={"link"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"link\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</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>