Settings REST Endpoints

Multi-Factor Authentication (MFA)/Settings
Use this endpoint to manage Multi-Factor Authentication settings for tenants. This REST API is SCIM compliant.

There is a single pre-seeded instance of AuthenticationFactorSettings in Oracle Identity Cloud Service.
New instances cannot be created and an existing instance cannot be removed. But, you can update a single instance via PUT or PATCH.
Get Authentication Factor Settings
Method: get
Path: /admin/v1/AuthenticationFactorSettings/{id}
HTTP Options
Method: options
Path: /admin/v1/AuthenticationFactorSettings
Replace Authentication Factor Settings
Method: put
Path: /admin/v1/AuthenticationFactorSettings/{id}
Search Authentication Factor Settings
Method: get
Path: /admin/v1/AuthenticationFactorSettings
Search Authentication Factor Settings Using POST
Method: post
Path: /admin/v1/AuthenticationFactorSettings/.search