sendUpdatePasswordEmail
Sends an email to the user with a link to update their password. Only system administrators can trigger this action.
Requires authorization features: admin:operations
sendUpdatePasswordEmail(
input: SendUpdatePasswordEmailInput!
): Boolean!
Directives
auth
Requires authorization features: admin:operations
Arguments
sendUpdatePasswordEmail.input ● SendUpdatePasswordEmailInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.