Let the platform do the work

/me/password POST

Overview

Create a new record of a specified type.

Summary

This endpoint allows for verification of the user's password. If client type is support_portal, it will update the corrending Contact. Otherwise, it will update User

Request Arguments

Name Type Description Required
password_to_verify String The password to verify True

Request

{
   "password_to_verify":"mycurrentpassword"
}

Response Arguments

Name Type Description
valid Boolean Returns the success of the password verification.

Response

{
    "valid":true
}

Change Log

Version Change
v10 Added /me/password POST endpoint.