v1

latestSwagger 2.02026-07-1760185352.5 KB
identity

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/admin/recovery/link

Query parameters

return_tostring

Request body

expires_instring

Link Expires In

The recovery link will expire after that amount of time has passed. Defaults to the configuration value of selfservice.methods.code.config.lifespan.

identity_idstring uuid required

Identity to Recover

The identity's ID you wish to recover.

Response

recoveryLinkForIdentity

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.