User の個別照会
    • PDF

    User の個別照会

    • PDF

    Article Summary

    Userを個別照会します。

    リクエスト

    • GET /user/{userId}

    リクエストパラメータ

    パラメータ要否タイプ説明制約事項
    userIdYStringUser ID

    レスポンス

    レスポンスボディ

    {
      "userId" : "string",
      "loginId" : "string",
      "nrn" : "string",
      "userProfile" : {
        "firstName" : "string",
        "lastName" : "string",
        "email" : "string",
        "emailVerified" : "boolean",
        "empNo" : "string",
        "phoneCountryCode" : "string",
        "phoneNo" : "string",
        "phoneNoVerified" : "boolean",
        "deptName" : "string"
      },
      "accessRules" : {
        "consoleAccessAllowed" : "boolean",
        "apiAccessAllowed" : "boolean"
      },
      "status" : "string",
      "description" : "string",
      "lastLoginAt" : "string",
      "createdAt" : "string",
      "updatedAt" : "string"
    }
    
    パラメータタイプ説明制約事項
    userIdStringユーザー ID
    loginIdStringログイン ID(email)
    nrnString作成されたユーザー nrn
    userProfileObjectUser profile
    userProfile.firstNameString
    userProfile.lastNameString
    userProfile.emailStringメールアドレス
    userProfile.emailVerifiedBooleanメールアドレスの検証有無
    userProfile.empNoString社員番号
    userProfile.phoneCountryCodeString携帯電話番号 国番号
    userProfile.phoneNoString携帯電話番号
    userProfile.phoneNoVerifiedBoolean携帯電話番号の検証有無
    userProfile.deptNameString部署名
    accessRulesObjectアクセスルール
    accessRules.consoleAccessAllowedBooleanコンソールへのアクセス許可の有無
    accessRules.apiAccessAllowedBooleanAPIへのアクセス許可の有無
    statusStringユーザー状態(active、suspended、deleted)
    lastLoginAtString最終ログイン日時(UTC、例: 2023-04-25T13:11:50Z)
    createdAtString作成日時(UTC、例: 2023-04-25T13:11:50Z)
    updatedAtString修正日時(UTC、例: 2023-04-25T13:11:50Z)
    descriptionStringユーザーの説明

    エラー

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は Error Responseをご参照ください。
    よく発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    4009050ユーザーが存在しません。

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

    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.