Queries the multi-factor authentication (MFA) setting of all users.
Operation description
If you enable username-password logon for CloudSSO users, you can also configure MFA for the users.
This topic provides an example on how to query the MFA setting of all CloudSSO users that belong to the directory named 00q8wbq42wiltcrk****
.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DirectoryId | string | Yes | The ID of the directory. | u-00q8wbq42wiltcrk**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "95D3B107-DA80-5B34-A3D0-9E82F8F0DA0E",
"MFAAuthenticationSettingInfo": {
"MfaAuthenticationAdvanceSettings": "OnlyRiskyLogin",
"OperationForRiskLogin": "EnforceVerify"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history