Enable MFA for Your Tenant

By default, tenants do not have MFA turned on. However, you can enable MFA for your tenant to add an extra layer of security.

To turn on MFA, please have an admin set the following configuration variable:

PATCH <YOUR_INSTANCE>/tenants/<YOUR_TENANT_ID>/config-variables/MfaEnabled
{"value": true}

Replace <YOUR_INSTANCE> with your instance’s base URL, ex `https://na1.polyapi.io`_ and replace <YOUR_TENANT_ID> with your actual tenant UUID.

This will enable MFA for all users in your tenant who have setup MFA for their user account: Setting up MFA for your User Account

Please contact support@polyapi.io if you have any questions!