Search single group
    • PDF

    Search single group

    • PDF

    Article Summary

    • Search 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": [
    		{
    			"active": "boolean",
    			"canAPIGatewayAccess": "boolean",
    			"canConsoleAccess": "boolean",
    			"consolePermitIps": [
    				"string"
    			],
    			"createTime": "string",
    			"email": "string",
    			"groups": [
    				{}
    			],
    			"lastLoginTime": "string",
    			"loginId": "string",
    			"memo": "string",
    			"modifiedTime": "string",
    			"name": "string",
    			"needPasswordReset": "boolean",
    			"password": "string",
    			"policies": [
    				{}
    			],
    			"subAccountId": "string",
    			"useConsolePermitIp": "boolean",
    			"nrn": "string",
    		}
    	]
    }
    
    CategoryTypeDescriptionNote
    nrnstringNaming Rule for expressing Ncloud resources
    groupIdstringGroup ID
    groupNamestringGroup name
    policiesarrayPolicy list assigned to a group
    policies.policyIdstringPolicy ID
    policies.policyNamestringPolicy name
    policies.policyTypestringPolicy type (SYSTEM_MANAGED, USER_CREATED)
    policies.nrnstringNaming Rule for expressing Ncloud resources
    subAccountsarrayList of sub accounts belonging to a group
    subAccounts.activebooleanSub Account status (true: active, false: inactive)
    subAccounts.canAPIGatewayAccessbooleanAPI Gateway Access
    Create an access key to use APIs registered in the API Gateway.
    subAccounts.canConsoleAccessbooleanConsole Access
    Set a sub account to access the management console.
    subAccounts.consolePermitIpsarrayList of IP range accessible to the console
    subAccounts.createTimestringCreated: 2019-08-10T13:21:00Z
    subAccounts.emailstringEmail
    subAccounts.groupsarrayList of groups to which the sub account belongs.
    subAccounts.lastLoginTimestringLast accessed: 2019-08-10T13:21:00Z
    subAccounts.loginIdstringLogin ID
    subAccounts.memostringMemo (max: 100 bytes)
    subAccounts.modifiedTimestringLast modified: 2019-08-10T13:21:00Z
    subAccounts.namestringName
    subAccounts.needPasswordResetbooleanIndicates whether password reset is required.
    When users log in with the sub account created, it helps them change their passwords.
    subAccounts.passwordstringPassword
    subAccounts.policiesarrayList of policies assigned to the sub account
    subAccounts.subAccountIdstringSub account ID
    subAccounts.useConsolePermitIpbooleanIndicates whether IP range limitation is available when accessing the console
    subAccounts.nrnstringNaming Rule for expressing Ncloud resources

    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.