post https://{application_vanity_domain}/api/v1/password-reset/create-password-reset-link
Generates a password reset link that can be directly given to a user to reset their password. Password reset links can be used only once, and generating a new password reset link will invalidate any older links associated with the same user.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
Permission | Boundary | Description |
---|---|---|
password-reset-workflow:execute | Application | The subject can perform this operation for users associated with the application to which the subject belongs. |
Tenant | The subject can perform this operation for users associated with the tenant to which the subject belongs. | |
Tenant Inclusion List | The subject can perform this operation for users associated with tenants specified in the tenant inclusion list. | |
Tenant Exclusion List | The subject can perform this operation on users associated with tenants that belong to the subject's application but are not on the tenant exclusion list. |