Create a Recovery Link
POST {{baseUrl}}/admin/recovery/link?return_to=<string>
This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
return_to | string |
Request Body
{"identity_id"=>"<uuid>", "expires_in"=>"60ms"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"recovery_link":"\u003cstring\u003e","expires_at":"\u003cdateTime\u003e"}