User リスト照会
    • PDF

    User リスト照会

    • PDF

    Article Summary

    Userリストを照会します。

    リクエスト

    • GET /users

    リクエストパラメータ

    パラメータ要否タイプ説明制約事項
    searchColumnNString検索カラムloginId, status, nrn, userId
    searchWordNString検索キーワード
    pageNintページ番号デフォルト値: 0
    sizeNint結果リストのサイズデフォルト値: 20

    レスポンス

    レスポンスボディ

    {
      "page" : "integer",
      "totalPages" : "integer",
      "totalItems" : "integer",
      "hasPrevious" : "boolean",
      "hasNext" : "boolean",
      "items" : [ {
        "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"
      } ],
      "isFirst" : "boolean",
      "isLast" : "boolean"
    }
    
    パラメータタイプ説明制約事項
    pageNumber返された結果の page
    totalPagesNumber返された結果の totalPage
    totalItemsNumber返された結果の totalItems
    hasPreviousBoolean現在のページ基準で前のページの存在有無
    hasNextBoolean現在のページ基準で次のページの存在有無
    isFirstBoolean全ページ基準で現在のページのトップページ有無
    isLastBoolean全ページ基準で現在のページの最終ページ有無
    items.[].userIdStringユーザー ID
    items.[].loginIdStringログイン ID(email)
    items.[].nrnString作成されたユーザー nrn
    items.[].userProfileObjectUser profile
    items.[].userProfile.firstNameString
    items.[].userProfile.lastNameString
    items.[].userProfile.emailStringメールアドレス
    items.[].userProfile.emailVerifiedBooleanメールアドレスの検証有無
    items.[].userProfile.empNoString社員番号
    items.[].userProfile.phoneCountryCodeString携帯電話番号 国番号
    items.[].userProfile.phoneNoString携帯電話番号
    items.[].userProfile.phoneNoVerifiedBoolean携帯電話番号の検証有無
    items.[].userProfile.deptNameString部署名
    items.[].accessRulesObjectアクセスルール
    items.[].accessRules.consoleAccessAllowedBooleanコンソールへのアクセス許可の有無
    items.[].accessRules.apiAccessAllowedBooleanAPIへのアクセス許可の有無
    items.[].statusStringユーザー状態(active、suspended、deleted)
    items.[].lastLoginAtString最終ログイン日時(UTC、例: 2023-04-25T13:11:50Z)
    items.[].createdAtString作成日時(UTC、例: 2023-04-25T13:11:50Z)
    items.[].updatedAtString修正日時(UTC、例: 2023-04-25T13:11:50Z)
    items.[].descriptionStringユーザーの説明

    エラー

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

    HTTP status codeエラーコードエラーメッセージ
    400400不正なリクエストです。

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

    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.