HashPasswordRequest Data Type

Hash password request

Properties
name data type description
password string Get the password to hash (plain-text)
userId number Get the user ID

Example

{
  "password" : "...",
  "userId" : 12345
}