Send an admin password reset link

Verifies the administrator password and sends a reset link to another user belonging to the administrator's active school.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
user_idintegerRequired>=1
passwordstringRequiredformat: "password"

Response

A password reset link was sent to the managed user's email.
statusstringOptional
messagestringOptional
datalist of anyOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error