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

# Read member status

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

This endpoint provides the status of the members most recent aggregation event. This is an important step in the aggregation process, and the results returned by this endpoint should determine what you do next in order to successfully aggregate a member. MX has introduced new, more detailed information on the current status of a members connection to a financial institution and the state of its aggregation - the connection_status field. These are intended to replace and expand upon the information provided in the status field, which will soon be deprecated; support for the status field remains for the time being.

## Path parameters

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

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `c76801438c92` — 2 info
  - added the optional property `member/challenges/items/image_options/items/guid` to the response with the `200` status
  - added the optional property `member/challenges/items/options/items/guid` to the response with the `200` status
- **2025-11-05** `e74cd2b059b5` — 2 warning, 2 info
  - removed the optional property `member/challenges/items/image_options/items/guid` from the response with the `200` status
  - removed the optional property `member/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 `member/challenges/items/image_options/items/guid` to the response with the `200` status
  - added the optional property `member/challenges/items/options/items/guid` to the response with the `200` status
- **2024-06-18** `156ce449b623` — 1 info
  - added the optional property `member/has_processed_account_numbers` to the response with the `200` status

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/members/:member_guid/status/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)
