If MFA is enabled in EUM and users are to be imported it might make sense to import the users with MFA details.
In order to import the users along with MFA details, the below lines can be entered for each user in the UserMFAInfoJSON column of the User Import Template csv file:
MFA as Email:
{"MFAType_FK":1,"MFARequired":false}
MFA as SMS:
{"MFAType_FK":2,"CountryCode":"1","ContactNumber":"1234567890","ContactExtension":null,"MFARequired":false}
- Replace the CountryCode value if required
- Replace ContactNumber with the user's mobile number
MFA as Not Used:
{"MFAType_FK":3,"MFARequired":false}
Comments
0 comments
Please sign in to leave a comment.