Group に属する User リストの照会
    • PDF

    Group に属する User リストの照会

    • PDF

    Article Summary

    Groupに属する Userリストを照会します。

    リクエスト

    • GET /groups/{groupId}/users

    リクエスト Path

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

    リクエストパラメータ

    パラメータ要否タイプ制約事項説明
    searchColumnNStringloginId, status, nrn, userId- 検索カラム
    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"
    }
    
    パラメータタイプ説明制約事項
    pageNumberpage(required) 返された結果の page
    totalPagesNumbertotalPages(required) 返された結果の totalPage
    totalItemsNumbertotalItems(required) 返された結果の totalItems
    hasPreviousBooleanhasPrevious(required) 現在のページ基準で前のページの存在有無
    hasNextBooleanhasNext(required) 現在のページ基準で次のページの存在有無
    isFirstBooleanisFirst(required) 全ページ基準で現在のページのトップページ有無
    isLastBooleanisLast(required) 全ページ基準で現在のページの最終ページ有無
    items.[].userIdStringユーザー ID
    items.[].loginIdStringログイン ID
    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
    items.[].lastLoginAtString最終ログイン日時(UTC、ex. 2023-04-25T13:11:50Z)
    items.[].createdAtString作成日時(UTC、ex. 2023-04-25T13:11:50Z)
    items.[].updatedAtString修正日時(UTC、ex. 2023-04-25T13:11:50Z)
    items.[].descriptionStringユーザーの説明

    エラー

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

    HTTP status codeエラーコードエラーメッセージ
    400400不正なリクエスト
    4009061グループが存在しない

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

    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.