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

# GET /members

`GET /members`

Retrieves information about the accounts that are associated with an Amazon Macie administrator account.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `onlyAssociated` string

## Response `200`

Success

- ListMembersResponse
  - `members` Member[] — An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request.
    - `accountId` string — The Amazon Web Services account ID for the account.
    - `administratorAccountId` string — The Amazon Web Services account ID for the administrator account.
    - `arn` string — The Amazon Resource Name (ARN) of the account.
    - `email` string — The email address for the account. This value is null if the account is associated with the administrator account through Organizations.
    - `invitedAt` string, date-time — The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.
    - `masterAccountId` string — (Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
    - `relationshipStatus` 'Enabled' | 'Paused' | 'Invited' | 'Created' | 'Removed' | 'Resigned' | 'EmailVerificationInProgress' | 'EmailVerificationFailed' | 'RegionDisabled' | 'AccountSuspended' — The current status of the relationship between the account and the administrator account.
    - `tags` object — A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.
    - `updatedAt` string, date-time — The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.
  - `nextToken` string — The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ServiceQuotaExceededException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — ConflictException

---

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