Skip to main content

Change password via API

Comments

2 comments

  • Official comment
    MailRoute Support
    Changing a password requires a "PATCH" call, not a PUT.
     
    Here's an example:
     
     
    curl -s --dump-header - -X PATCH -H 'Content-Type: application/json' -H 'Authorization: ApiKey u1@usercase.com:<key>' --data '{
        "confirm_password": "qazxswedc",
        "password": "qazxswedc",
        "change_pwd": "1"
  • briyan kelly

    I should express myself better: of course the AD authentication is available in Designer. What I meant is that I cannot get rid of system users in total as we need them for compiling the database e.g.According to some infos an employee gave me, it is not possible to give an AD account the same permissions as viadmin.

    FE

    0

Please sign in to leave a comment.