---
title: "IntegrationMembersResponse"
description: "Response payload for an IntegrationMember endpoint."
section: "Reference"
group: "Types"
order: 133
---

## Definition

```ts
interface IntegrationMembersResponse {
  members: Array<{ entityId: string; entityType: string; name: string | null }>;
}
```

## Fields

| Field     | Type                                                                     | Notes      |
| --------- | ------------------------------------------------------------------------ | ---------- |
| `members` | `Array<{ entityId: string; entityType: string; name: string \| null; }>` | `required` |
