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

# List member challenges

`GET /users/{user_guid}/members/{member_guid}/challenges`

Use this endpoint for information on what multi-factor authentication challenges need to be answered in order to aggregate a member. If the aggregation is not challenged, i.e., the member does not have a connection status of `CHALLENGED`, then code `204 No Content` will be returned. If the aggregation has been challenged, i.e., the member does have a connection status of `CHALLENGED`, then code `200 OK` will be returned - along with the corresponding credentials.

## Path parameters

- `member_guid` string, required
- `user_guid` string, required

## Query parameters

- `page` integer
- `records_per_page` integer

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `c76801438c92` — 2 info
  - added the optional property `challenges/items/image_options/items/guid` to the response with the `200` status
  - added the optional property `challenges/items/options/items/guid` to the response with the `200` status
- **2025-11-05** `e74cd2b059b5` — 2 warning, 2 info
  - removed the optional property `challenges/items/image_options/items/guid` from the response with the `200` status
  - removed the optional property `challenges/items/options/items/guid` from the response with the `200` status
  - api tag `members` added
  - api tag `mx_platform` removed
- **2025-07-17** `e0b76632102b` — 2 info
  - added the optional property `challenges/items/image_options/items/guid` to the response with the `200` status
  - added the optional property `challenges/items/options/items/guid` to the response with the `200` status

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/members/:member_guid/challenges/get.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
