Viewing single group
- Print
- PDF
Viewing single group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view each group individually.
Requests
- GET /groups/{groupId}
Request path
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
groupId | Y | String | Group Id |
Responses
Response bodies
{
"groupId":"String",
"groupName":"String",
"nrn":"String",
"createdAt":"String",
"updatedAt":"String",
"description":"String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
groupId | String | Group ID (UUID) | |
groupName | String | Group name | |
nrn | String | Group nrn | |
description | String | Group description | |
createdAt | String | Creation time (UTC, e.g., 2023-04-25T13:11:50Z) | |
updatedAt | String | Edit time (UTC, e.g., 2023-04-25T13:11:50Z) |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 9061 | Group does not exist |
Was this article helpful?