What is the point of the admin "Create a recovery ...
# talk-kratos
c
What is the point of the admin "Create a recovery code" endpoint? I am not sure how to use the recovery code once I have created it. Is it supposed to be somehow used with the self-service recovery flow? https://www.ory.sh/docs/kratos/reference/api#tag/identity/operation/createRecoveryCodeForIdentity
b
The response from the endpoint should contain a
recovery_link
. You can open the link and enter the
recovery_code
in the resulting field.
Use-cases can be: • a user of yours asks you to have their password reset, because they don’t have access to the email address they used when registering their account. Just make sure, that the person contacting you is actually the person that owns the account.
c
Thanks