---
title: "List member challenges"
method: GET
path: "/members/{member_guid}/challenges"
tags: ["members"]
---

# List member challenges

`GET /members/{member_guid}/challenges`

When a member has been challenged by multi-factor authentication, this endpoint allows you to read the specific challenges that must be answered. It returns an array of credentials.  Best practice is to use this endpoint to list challenges that need to be answered; however, MX continues to support partners who use the mfa credentials endpoint for that purpose.

## Path parameters

- `member_guid` string, required

## Response `200`

Successful response with challenges

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
