View single group
- Print
- PDF
View single group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- View a single group.
API
- GET /groups/{groupId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
groupId | Y | String | Group 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"
}
]
}
Item | Type | Description | Note |
---|---|---|---|
nrn | string | group nrn | |
groupId | string | Group ID | |
groupName | string | Group name | |
policies | array | List of policies assigned to the group | |
policies.policyId | string | Policy ID | |
policies.policyName | string | Policy name | |
policies.policyType | string | Policy type (SYSTEM_MANAGED, USER_CREATED) | |
policies.nrn | string | policy nrn | |
subAccounts | array | List of sub accounts that belong to the group | |
subAccounts.loginId | string | Login ID | |
subAccounts.name | string | Name | |
subAccounts.subAccountId | string | Sub account ID | |
subAccounts.nrn | string | subAccount 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 code | Error code | Error message |
---|---|---|
400 | 30 | Group that doesn't exist |
Was this article helpful?