Viewing single group including user
- Print
- PDF
Viewing single group including user
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view an individual group to which a user belongs.
Requests
- GET /users/{userId}/groups/{groupId}
Request path
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
userId | Y | String | User Id | |
groupId | Y | String | Group Id |
Responses
Response bodies
{
"groupId":"String",
"groupName":"String",
"nrn":"String",
"createdAt":"String",
"updatedAt":"String",
"description":"String",
"relationCreatedAt":"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) | |
relationCreatedAt | String | Addition time: time when the user was added to the group (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 | 400 | User is not part of this group. |
400 | 9050 | The user does not exist. |
400 | 9061 | Group does not exist. |
Was this article helpful?