pem.setAccountAuthData

This method is supported by Operations starting from version 2.3.

Note: Starting from Operations version 2.4, the calling of this method is considered incorrect, if Operations is configured to gather account and account auth info from external system.

This method is used to change account member password.

Name

Type

Short Description

auth

struct

Account authentication info

  • [member_id]

int

The ID of Account's Staff Member

  • [login]

string

The login of Account's Staff Member

  • password

string

The password of Account's Staff Member to set

  • [check_password]

boolean

Checks the quality of the issued password

member_id and login parameters are optional to each other. It means that one of them must be explicitly specified.

This method has no output parameters.