Viewing user session
- Print
- PDF
Viewing user session
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view an active user session.
Requests
- GET /users/{userId}/sessions
Request path
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
userId | Y | String | User Id |
Responses
Response bodies
[{
"sessionId":"String",
"clientIp":"String",
"mbrNm":"String",
"mbrNo":"String",
"permissionSetId":"String",
"permissionSetName":"String"
"createdAt":"String"
}]
Parameters | Type | Description | Restrictions |
---|---|---|---|
[].sessionId | String | Session ID (UUID) | |
[].clientIp | String | Client IP address | |
[].mbrNm | String | Name of the member using the session | |
[].mbrNo | String | Number of the member using the session | |
[].permissionSetId | String | ID of the Permission Set using the session | |
[].permissionSetName | String | Name of the Permission Set using the session | |
[].createdAt | String | Creation 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 | 9050 | The user does not exist. |
Was this article helpful?