Toggle navigation
Gentics CMS - REST API Library: HashPasswordRequest
Resources
Data Types
Back to Top
Home
JSON
HashPasswordRequest
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 }