View MFA device owned by user
- Print
- PDF
View MFA device owned by user
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
View an MFA device a user owns.
Request
- GET /users/{userId}/mfa-devices
Request path
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
userId | Y | String | User ID |
Response
Response body
[{
"certType": "String",
"certInfo": "String",
"createdAt": "String"
}]
Parameter | Type | Description |
---|---|---|
[].certType | String | Authentication type (OTP) |
[].certInfo | String | Authentication information |
[].createdAt | String | Creation date and time (UTC, e.g., 2023-04-25T13:11:50Z) |
Error
Errors that may occur while using this action are listed below. For error response format, see Error Response.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
Was this article helpful?