---
title: "Show Membership"
method: GET
path: "/api/v2/group_memberships/{group_membership_id}"
tags: ["Group Memberships"]
---

# Show Membership

`GET /api/v2/group_memberships/{group_membership_id}`

The 'id' is the group membership id, not a group id.

#### Allowed For

* Agents

## Response `200`

Success response

- GroupMembershipResponse
  - `group_membership` GroupMembershipObject
    - `created_at` string, date-time — The time the group was created
    - `default` boolean — If true, tickets assigned directly to the agent will assume this membership's group
    - `group_id` integer, required — The id of a group
    - `id` integer — Automatically assigned upon creation
    - `updated_at` string, date-time — The time of the last update of the group
    - `url` string — The API url of this record
    - `user_id` integer, required — The id of an agent

---

[API](https://skmtc.net/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.net/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/botbrains-io/support-api/versions/d53eac07ba68/schema)
