WatchDog Security MSP Portal API v1
  1. MSP Employee
WatchDog Security MSP Portal API v1
  • Node
    • List Node
      GET
    • Get Node
      GET
    • Create Node
      POST
    • Update Node
      PATCH
    • Delete Node
      DELETE
  • Role
    • List Permissions
      GET
    • List Roles
      GET
    • List Service Account Permissions
      GET
    • Get Role
      GET
    • Create Role
      POST
    • Update Role
      PATCH
    • Delete Role
      DELETE
  • MSP Employee
    • List MSP Employee
      GET
    • Get MSP Employee
      GET
    • Create MSP Employee
      POST
    • Resend MSP Invited Employee Activation Email
      POST
    • Reset MSP Employee 2FA
      PATCH
    • Update MSP Employee
      PATCH
    • Delete MSP Employee
      DELETE
  • Billing
    • List Available Packages
      GET
  • Managed Company
    • List Managed Company
      GET
    • Get Managed Company
      GET
    • Create Managed Company
      POST
    • Update Managed Company
      PATCH
    • Delete Managed Company
      DELETE
  1. MSP Employee

Reset MSP Employee 2FA

PATCH
/api/msp/employees/{employee_id}/reset-2fa/

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200
application/json
Body

🟠400
🟠403
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH 'https://app-prod.watchdogsecurity.io/api/msp/employees/{{employee_id}}/reset-2fa/' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
    "success": [
        "MFA has been reset successfully"
    ]
}
Modified at 2025-12-31 00:29:04
Previous
Resend MSP Invited Employee Activation Email
Next
Update MSP Employee
Built with