---
title: "POST /members/get"
method: POST
path: "/members/get"
---

# POST /members/get

`POST /members/get`

Gets member information for your organization.

## Request body

- object
  - `accountId` string, required — The Amazon Web Services account ID of the member account to retrieve information on.

## Response `200`

Success

- GetMemberResponse
  - `member` object — Details of the retrieved member account.
    - `accountId` string — The Amazon Web Services account ID of the member account.
    - `relationshipStatus` 'CREATED' | 'INVITED' | 'DISABLED' | 'ENABLED' | 'REMOVED' | 'RESIGNED' | 'DELETED' | 'EMAIL_VERIFICATION_IN_PROGRESS' | 'EMAIL_VERIFICATION_FAILED' | 'REGION_DISABLED' | 'ACCOUNT_SUSPENDED' | 'CANNOT_CREATE_DETECTOR_IN_ORG_MASTER' — The status of the member account.
    - `delegatedAdminAccountId` string — The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
    - `updatedAt` string, date-time — A timestamp showing when the status of this member was last updated.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

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