statusInfo Object
- Last Updated: February 2, 2024
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
Purpose
Describes the status information for a user account.
Syntax
{
"status": integer,
"accountLocked": boolean,
"accountLockedAt": "YYYY-MM-DD HH:mm:ss",
"accountLockedUntil": "YYYY-MM-DD HH:mm:ss"
}
| Property | Description | Valid Values |
|---|---|---|
| "status" | Specifies whether the user is active. An inactive user cannot log in to the Web UI, use APIs, or establish JDBC, ODBC, or OData connections. |
0 | 1If set to If set to |
| "accountLocked" | Specifies whether the user account has been locked based on the password failure lockout policy. | true | falseIf set to
If set to |
| "accountLockedAt" | Specifies the time at which the user account has been locked. | Timestamps must be in the UTC format YYYY-MM-DD HH:mm:ss. |
| "accountLockedUntil" | Specifies the time until which the user account will remain locked. | Timestamps must be in the UTC format YYYY-MM-DD HH:mm:ss. |