​Akamai MFA​ provides strong secondary authentication to cloud, on-premises, web-based, SaaS, and IaaS applications—in addition to your primary verification mechanism, like the identity provider (IdP) system.
With this additional layer of protection, ​Akamai MFA​ increases the security of employee accounts and improves your zero-trust security posture.

Use this API to manage the following user-related tasks:

  • Assign groups, hardware tokens, and policies to a user account
  • List and create bypass codes for a user
  • Enable and disable user's devices
  • List users and devices
  • Delete a user
  • Send enrollment emails

API summary
See the API's various operations for details on their request parameters and response data.

OperationMethodEndpoint
List usersGET/users
Get a userGET/users/{userId}
Delete a userDELETE/users/{userId}
Assign groupsPOST/users/{userId}/assign-groups
Assign policiesPOST/users/{userId}/assign-policies
List bypass codesGET/users/{userId}/bypass-codes
Create a bypass codePOST/users/{userId}/bypass-codes
List the user's devicesGET/users/{userId}/devices
Assign a hardware tokenPOST/users/{userId}/devices/assign-hardware-token
Enable a devicePOST/users/{userId}/devices/{deviceId}/enable
Disable a devicePOST/users/{userId}/devices/{deviceId}/disable
Send enrollment emailPOST/email-enrollments