Read MFA Settings

GET {{apiPath}}/environments/{{envID}}/mfaSettings

The operation GET /environments/{{envID}}/mfaSettings returns the MFA settings for an environment, including the maximum allowed devices per user. For more information, see Maximum allowed devices.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/mfaSettings"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"pairing":{"maxAllowedDevices":10,"pairingKeyFormat":"ALPHANUMERIC"},"lockout":{"failureCount":6,"durationSeconds":1200},"authentication":{"deviceSelection":"DEFAULT_TO_FIRST"},"updatedAt":"2023-08-06T16:59:11.737Z","phoneExtensions":{"enabled":true},"users":{"mfaEnabled":true}}