passwordInfo Object
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
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 | 2If set to If set to |
| "passwordExpiration" | Specifies the date when the password expires. | Timestamps must be in the UTC format YYYY-MM-DD HH:mm:ss. If |