HashPasswordRequest Data Type

Hash password request

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

Example

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