---
title: "GET /members"
method: GET
path: "/members"
---

# GET /members

`GET /members`

Lists details about all member accounts for the current Security Hub administrator account.

The results include both member accounts that belong to an organization and member accounts that were invited manually.

## Query parameters

- `OnlyAssociated` boolean
- `MaxResults` integer
- `NextToken` string

## Response `200`

Success

- ListMembersResponse
  - `Members` Member[] — Member details returned by the operation.
    - `AccountId` string — The Amazon Web Services account ID of the member account.
    - `Email` string — The email address of the member account.
    - `MasterId` string — <p>This is replaced by <code>AdministratorID</code>.</p> <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>This field is deprecated, use AdministratorId instead.
    - `AdministratorId` string — The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.
    - `MemberStatus` string — <p>The status of the relationship between the member account and its administrator account. </p> <p>The status can have one of the following values:</p> <ul> <li> <p> <code>Created</code> - Indicates that the administrator account added the member account, but has not yet invited the member account.</p> </li> <li> <p> <code>Invited</code> - Indicates that the administrator account invited the member account. The member account has not yet responded to the invitation.</p> </li> <li> <p> <code>Enabled</code> - Indicates that the member account is currently active. For manually invited member accounts, indicates that the member account accepted the invitation.</p> </li> <li> <p> <code>Removed</code> - Indicates that the administrator account disassociated the member account.</p> </li> <li> <p> <code>Resigned</code> - Indicates that the member account disassociated themselves from the administrator account.</p> </li> <li> <p> <code>Deleted</code> - Indicates that the administrator account deleted the member account.</p> </li> <li> <p> <code>AccountSuspended</code> - Indicates that an organization account was suspended from Amazon Web Services at the same time that the administrator account tried to enable the organization account as a member account.</p> </li> </ul>
    - `InvitedAt` string, date-time — A timestamp for the date and time when the invitation was sent to the member account.
    - `UpdatedAt` string, date-time — The timestamp for the date and time when the member account was updated.
  - `NextToken` string — The pagination token to use to request the next page of results.

## Other responses

- `480` — InternalException
- `481` — InvalidInputException
- `482` — InvalidAccessException
- `483` — LimitExceededException

---

[API](https://skmtc.net/aws/apis/securityhub.md) · [All operations](https://skmtc.net/aws/apis/securityhub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityhub/versions/72336a39f336/schema)
