List all the user's authentication devices.

Recipes
List the user's devices
Open Recipe
Path Params
string
required

A unique identifier for the user account.

Query Params
string
required

Unique identifier for the contract.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Responses

Response body
object
devices
array of objects
required
length ≥ 0

Authentication devices the user enrolled in Akamai MFA.

devices*
object
date-time
required

ISO 8601 timestamp marking when the device was created.

string
required
length ≥ 1

Uniquely identifies the authentication device enrolled by the user.

string
length ≥ 1

A user-friendly name to identify the authentication device.

string
required

A user's type of authentication device. Refer to API concepts to learn about device types.

PUSH PHONE_ONLY SECURITY_KEY TOTP HARDWARE_TOKEN

boolean

Whether the authentication device is enabled in Akamai MFA. You can disable a user's device that remains inactive or poses a threat to your data. Users can't use a deactivated device to confirm their identity. Disabling a device is reversible, and isn't the same as permanently deleting a device. See Enable a device and Disable a device for details on how to manage user devices.

date-time

ISO 8601 timestamp marking when the device was last modified, or when it was last used since then.

string
required
length ≥ 1

The platform of the authentication device.

Language
Authentication
URL