post
https://saner.secpod.com/AncorWebService/perform
This method is used to enforce multi-factor authentication for the user. If value is passed as "all" for login id then multi-factor authentication will be enforced for all the users under the ADMIN, including the admin, otherwise if a specific user login id is passed then multi-factor will be enforced only to the specified user. It requires only the login id of the user. By default, policy name field will have "Google Authenticator" MFA policy as its value.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| loginid | Login ID of the user or "all" to enforce multi-factor authentication for all users under the ADMIN | Yes | string |
| policyName | Name of the multi-factor authentication policy to enforce (default is "Google Authenticator" if not specified) | No | string |
