skip to main content
Hybrid Data Pipeline API reference : Administrators API : Users API : Create a user account : passwordInfo Object
  

Try Now
passwordInfo Object

Purpose

Describes the password information for a user account.

Syntax

{
"password": "string",
"passwordStatus": integer,
"passwordExpiration": "YYYY-MM-DD HH:mm:ss.n"
}
Property
Description
Valid Values
"password"
Specifies a temporary user password. Required to support the default internal authentication service.
A string with a maximum length of 32 characters.
The password created by the administrator is only a temporary password. Users must change the password when they log in for the first time.
"passwordStatus"
Specifies whether the password is active.
1 | 2
If set to 1, the password is active.
If set to 2, the password must be reset.
"passwordExpiration"
Specifies the date when the password expires.
Timestamps must be in the UTC format YYYY-MM-DD HH:mm:ss.
If null, the password has no expiration.