How to create invite links using kratos , i want t...
# talk-kratos
b
How to create invite links using kratos , i want to send invite links to my clients and when they click the link they should be redirected to my application also i want to Authorize those persons who are invited by me
b
You first create user using the following admin endpoint https://www.ory.sh/docs/kratos/reference/api#tag/v0alpha2/operation/adminCreateIdentity Then, you use this admin endpoint to create a recovery link and then send them an email (using sendgrid or the like). https://www.ory.sh/docs/kratos/reference/api#tag/v0alpha2/operation/adminCreateSelfServiceRecoveryLink
b
Thanks a lot 👍
b
They will be redirected to the settings page once they click the recovery link and in that page they can set their new password.