パスワードの満了日の設定
    • PDF

    パスワードの満了日の設定

    • PDF

    Article Summary

    • パスワード満了日を設定します。

    API

    • POST /tenant-settings/sub-account-password-policy

    リクエスト

    Body

    {
    	"passwordExpirationDays": "integer",
    	"usePasswordExpiration": "boolean"
    }
    
    パラメータ必須タイプ制約事項説明
    passwordExpirationDaysNintegerパスワードの満了期間
    usePasswordExpirationYbooleanパスワード満了の設定

    レスポンス

    パラメータ名必須タイプ説明
    ProcessResultYProcessResult処理結果
    • レスポンス例 - 成功
    {
        "success": true
    }
    

    エラー

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式はErrorResponseを参照してください。
    共通して発生するエラーに対する詳細説明は、NAVERクラウドプラットフォームAPIを参考にしてください。

    HTTP status codeエラーコードエラーメッセージ
    400400正しくないparameterです。

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.