---
title: "Get Members Mfa Status"
method: GET
path: "/teams/{team_id}/members/mfa-status"
tags: ["teams"]
---

# Get Members Mfa Status

`GET /teams/{team_id}/members/mfa-status`

Get team member MFA status.

Args:
    team_id: Team identifier.
    auth: Authenticated caller.
    service: Team service.

Returns:
    Member MFA statuses.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamMembersMfaStatusResponse — Response model for the gated members MFA-status surface.
  - `members` TeamMemberMfaStatus[], required
    - `user_id` string, required
    - `email` string, required
    - `has_mfa` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 warning, 1 info
  - removed the optional property `detail` from the response with the `422` status
  - added the required property `error` to the response with the `422` status

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/teams/:team_id/members/mfa-status/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
