Users

Verify user password

Test if the given password matches the user's password.

post/api/users/{userId}/password/verify

Path parameters

userIdstring required

The unique identifier of the user.

Request body

passwordstring required

Password to verify.

Response

User password matches.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.