Skip to main content

Send password reset email

POST 

/identities/:id/verification/account/send

This API sends an email with the link to start Password Reset. After selecting the link an identity will be able to set up a new password. Emails expire after 2 hours.

A token with ORG_ADMIN or HELPDESK authority is required to call this API.

Request

Body

required

    sourceName stringnullable

    The source name where identity account password should be reset

    via stringrequired

    Possible values: [EMAIL_WORK, EMAIL_PERSONAL, LINK_WORK, LINK_PERSONAL]

    The method to send notification

Responses

The email was successfully sent

Loading...