---
title: "GroupMemberStatus"
url: "https://seriousmonkeybusiness.shermett.me/apis/konnect-control-planes-2/versions/cdbfd644-3e35-4ab1-acfb-99cb9b2d34ed/schemas/GroupMemberStatus"
---

> Full API specification: https://seriousmonkeybusiness.shermett.me/apis/konnect-control-planes-2/versions/cdbfd644-3e35-4ab1-acfb-99cb9b2d34ed.md

# GroupMemberStatus

Object with information determining the group membership status of a control plane.

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Konnect Control Planes
  version: 2.0.0
servers:
  - url: https://us.api.konghq.com/v2
    description: United-States Production region
  - url: https://eu.api.konghq.com/v2
    description: Europe Production region
  - url: https://au.api.konghq.com/v2
    description: Australia Production region
  - url: https://me.api.konghq.com/v2
    description: Middle-East Production region
components:
  schemas:
    GroupMemberStatus:
      description: Object with information determining the group membership status of
        a control plane.
      type: object
      properties:
        is_member:
          description: Boolean indicating if a control plane is a member of a control
            plane group.
          type: boolean
          example: true
          readOnly: true
      required:
        - is_member
      title: GroupMemberStatus
```
