1

Topic: restful api from change password

hello
I would like the service api to change the password mail server.
a use service api in application c#.
thank you

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: restful api from change password

- What's the "a use(r?) service api in application c#"?
- Why iRedMail or iRedAdmin-Pro should change the password in this C# application?

3

Re: restful api from change password

thanks for support.
a base on https://docs.iredmail.org/iredadmin-pro … l.api.html
a restful api for login and ... .
login with username and password.
how change password with restful api.

4

Re: restful api from change password

FYI: https://docs.iredmail.org/iredadmin-pro … #mail-user

PUT "/api/user/<mail>" Update profile of an existing mail user

There's a "password" parameter for this purpose.