Introduction
In some instances, you might want to reset an e-mail user password via the command line.
Procedure
To change the e-mail user password via the command line, you will need to use our UAPI passwd_pop call.
You can do this with the following command:
uapi --user=username Email passwd_pop email='username@example.com' password='12345luggage'
You can find more information regarding this API call within our API documentation here: UAPI passwd_pop
Comments
0 comments
Article is closed for comments.