MfaEnforcementResult
Result for Enforcing MFA for an account.
type MfaEnforcementResult {
success: Boolean!
usersToNotify: Int!
affectedUsers: [User!]!
}
Fields
MfaEnforcementResult.success ● Boolean! non-null scalar
Whether enforcement was successful
MfaEnforcementResult.usersToNotify ● Int! non-null scalar
Number of users who still have to set up two-factor authentication. They are notified, if asked, only when this call switches the requirement on; repeating it while it is on notifies nobody.
MfaEnforcementResult.affectedUsers ● [User!]! non-null object
Users who still have to set up two-factor authentication
Returned By
enforceMfaForAccount mutation