User Profile 照会
    • PDF

    User Profile 照会

    • PDF

    Article Summary

    Userプロフィールを照会します。

    リクエスト

    • GET /users/{userId}/profiles

    リクエスト Path

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

    レスポンス

    レスポンスボディ

    {
        "firstName" : "string",
        "lastName" : "string",
        "email" : "string",
        "emailVerified" : "boolean",
        "empNo" : "string",
        "phoneCountryCode" : "string",
        "phoneNo" : "string",
        "phoneNoVerified" : "boolean",
        "deptName" : "string"
    }
    
    パラメータタイプ説明制約事項
    firstNameString
    lastNameString
    emailStringメールアドレス
    emailVerifiedBooleanメールアドレスの検証有無
    empNoString社員番号
    phoneCountryCodeString携帯電話番号 国番号
    phoneNoString携帯電話番号
    phoneNoVerifiedBoolean携帯電話番号の検証有無
    deptNameString部署名

    エラー

    以下のエラーコードは、このアクション(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.