admin

Create a Recovery Link

This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.

post/recovery/link

Request body

expires_instring

Link Expires In

The recovery link will expire at that point in time. Defaults to the configuration value of selfservice.flows.recovery.request_lifespan.

identity_idstring uuid4 required

Response

recoveryLink

expires_atstring date-time

Recovery Link Expires At

The timestamp when the recovery link expires.

recovery_linkstring required

Recovery Link

This link can be used to recover the account.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.