cold-scientist-93808
10/04/2024, 7:36 AMbrief-egg-61061
10/04/2024, 7:36 AMbrief-egg-61061
10/04/2024, 7:36 AMjson POST /admin/recovery/link { "identity_id": "uuid of the identity", "expires_in": "time until link expiration" }
The response will contain the recovery link: json { "recovery_link": "<https://playground.projects.oryapis.com/self-service/recovery?flow=81c55cec-76fd-4907-bddf-cc112e835698&token=yM9nAZpPIjwccKh9qHRh8OfywZSRcr6q>", "expires_at": "2022-02-25T03:09:37.60684766Z" }
You can then manually send this link to the user for them to recover their account. For more information, you can refer to the [Ory Kratos documentation](https://www.ory.sh/docs/kratos/manage-identities/account-recovery#response-1).