Viewing 2-factor authentication settings information of a sub account
- Print
- PDF
Viewing 2-factor authentication settings information of a sub account
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
View two-factor authentication settings information of a sub account.
API
- GET /sub-accounts/{subAccountId}/mfa
Requests
Path Variables
Parameter | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
subAccountId | Y | String | Sub Account Id |
Responses
{
"isMfaMandatory": "boolean",
"mfaList": [
{
"mfaType":"string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
isMfaMandatory | Boolean | Sub account two-factor authentication requirement status | |
mfaList.mfaType | String | Type of the set MFA (phone, email, OTP) |
Error
Errors that may occur while using this action are listed below. For error response format, refer to ErrorResponse. For more information about common errors, refer to the NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 30 | Nonexistent account |
Was this article helpful?