View single group
    • PDF

    View single group

    • PDF

    Article summary

    • View a single group.

    API

    • GET /groups/{groupId}

    Request

    Path variables

    ParameterRequiredTypeRestrictionsDescription
    groupIdYStringGroup ID

    Response

    {
    	"nrn": "string",
    	"groupId": "string",
    	"groupName": "string",
    	"policies": [
    		{
    			"policyId": "string",
    			"policyName": "string",
    			"policyType": "string"
    			"nrn": "string"
    		}
    	],
    	"subAccounts": [
    		{
    			"loginId": "string",
    			"name": "string",
    			"subAccountId": "string",
    			"nrn": "string"
    		}
    	]
    }
    
    ItemTypeDescriptionNote
    nrnstringgroup nrn
    groupIdstringGroup ID
    groupNamestringGroup name
    policiesarrayList of policies assigned to the group
    policies.policyIdstringPolicy ID
    policies.policyNamestringPolicy name
    policies.policyTypestringPolicy type (SYSTEM_MANAGED, USER_CREATED)
    policies.nrnstringpolicy nrn
    subAccountsarrayList of sub accounts that belong to the group
    subAccounts.loginIdstringLogin ID
    subAccounts.namestringName
    subAccounts.subAccountIdstringSub account ID
    subAccounts.nrnstringsubAccount nrn

    Error

    Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
    For more information about common errors, see NAVER Cloud Platform API.

    HTTP status codeError codeError message
    40030Group that doesn't exist

    Was this article helpful?

    What's Next
    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.