C#
Update prompt settings
Update the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features.
PATCH
C#
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Prompts settings
Which login experience to use. Can be new or classic.
Available options:
new, classic Whether identifier first is enabled or not
Use WebAuthn with Device Biometrics as the first authentication factor
Response
Prompts settings successfully updated.