Set password expiration date
- Print
- PDF
Set password expiration date
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Set a password expiration date.
API
- POST /tenant-settings/sub-account-password-policy
Request
Body
{
"passwordExpirationDays": "integer",
"usePasswordExpiration": "boolean"
}
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
passwordExpirationDays | N | integer | Password expiration period | |
usePasswordExpiration | Y | boolean | Set password expiration |
Response
Parameter | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Result of processing |
- Response Example - Success
{
"success": true
}
Error
Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.
For more information about common errors, refer to Naver Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | This is an invalid parameter. |
Was this article helpful?