グループの個別照会
    • PDF

    グループの個別照会

    • PDF

    記事の要約

    • グループを個別照会します。

    API

    • GET /groups/{groupId}

    リクエスト

    Path Variables

    パラメータ必須の有無タイプ制限事項説明
    groupIdYStringGroup Id

    レスポンス

    {
    	"nrn": "string",
    	"groupId": "string",
    	"groupName": "string",
    	"policies": [
    		{
    			"policyId": "string",
    			"policyName": "string",
    			"policyType": "string"
    			"nrn": "string"
    		}
    	],
    	"subAccounts": [
    		{
    			"loginId": "string",
    			"name": "string",
    			"subAccountId": "string",
    			"nrn": "string"
    		}
    	]
    }
    
    項目タイプ説明備考
    nrnstringgroup nrn
    groupIdstringグループ ID
    groupNamestringグループ名
    policiesarrayグループに割り当てられたポリシーリスト
    policies.policyIdstringポリシー ID
    policies.policyNamestringポリシー名
    policies.policyTypestringポリシータイプ(SYSTEM_MANAGED、USER_CREATED)
    policies.nrnstringpolicy nrn
    subAccountsarrayグループに属するサブアカウントリスト
    subAccounts.loginIdstringログイン ID
    subAccounts.namestring名前
    subAccounts.subAccountIdstringサブアカウント ID
    subAccounts.nrnstringsubAccount nrn

    エラー

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

    HTTP status codeエラーコードエラーメッセージ
    40030存在しないグループ

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

    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.