- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
How to reset the multi-factor authentication for the system admin account of my PDI instance, I have accidently deleted my instance account in the authenticator app for my "admin" account. I don't have any other account to login into my PDI hence I can't login and access my PDI at all.
I have reached out to developer email but so far haven't got any response.
Appreciate any help on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can use postman to send api to update the user's MFA field.
Method: PATCH
URL: https://<yourinstance>.service-now.com/api/now/table/sys_user/6816f79cc0a8016401c5a33be04be441
Authorization: Basic Auth
Username/Password: Your admin account
Body:
After you updated the field to false, you can login without MFA code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Hi @Simon Hendery @Deepak Shaerma ,
I would like to access this page and setup the MFA again for admin account as I accidently deleted the account in authenticator app (screenshot 1), hence I can't enter the 6-digit code to login and verify during the login (screenshot 2).
Screenshot 1: MFA Setup
Screenshot 2: Login page authenticator code.
@John_Yates , wanted to check with you based on your last comment in this post https://www.servicenow.com/community/platform-privacy-security/reset-user-multi-factor-authenticatio..., are you able to get the right resource/information ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can use postman to send api to update the user's MFA field.
Method: PATCH
URL: https://<yourinstance>.service-now.com/api/now/table/sys_user/6816f79cc0a8016401c5a33be04be441
Authorization: Basic Auth
Username/Password: Your admin account
Body:
After you updated the field to false, you can login without MFA code.