---
title: "GET /meetings/{meetingId}/attendees/{attendeeId}"
method: GET
path: "/meetings/{meetingId}/attendees/{attendeeId}"
---

# GET /meetings/{meetingId}/attendees/{attendeeId}

`GET /meetings/{meetingId}/attendees/{attendeeId}`

Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the <i>Amazon Chime SDK Developer Guide</i> .

## Path parameters

- `meetingId` string, required
- `attendeeId` string, required

## Response `200`

Success

- GetAttendeeResponse
  - `Attendee` object — The Amazon Chime SDK attendee information.
    - `ExternalUserId` string, password — The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
    - `AttendeeId` string — The Amazon Chime SDK attendee ID.
    - `JoinToken` string, password — The join token used by the Amazon Chime SDK attendee.

## Other responses

- `480` — BadRequestException
- `481` — ForbiddenException
- `482` — NotFoundException
- `483` — ThrottledClientException
- `484` — UnauthorizedClientException
- `485` — ServiceUnavailableException
- `486` — ServiceFailureException

---

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