---
title: "Update a SIM card group"
method: PATCH
path: "/sim_card_groups/{id}"
tags: ["SIM Card Groups"]
---

# Update a SIM card group

`PATCH /sim_card_groups/{id}`

Updates a SIM card group

## Path parameters

- `id` string, uuid, required

## Request body

- SIMCardGroupPatch
  - `name` string — A user friendly name for the SIM card group.
  - `data_limit` object — Upper limit on the amount of data the SIM cards, within the group, can use.
    - `amount` string
    - `unit` string

## Response `200`

Successful Response

- object
  - `data` SIMCardGroup
    - `id` string, uuid — Identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `default` boolean — Indicates whether the SIM card group is the users default group.<br/>The default group is created for the user and can not be removed.
    - `name` string — A user friendly name for the SIM card group.
    - `data_limit` object — Upper limit on the amount of data the SIM cards, within the group, can use.
      - `amount` string
      - `unit` string
    - `consumed_data` ConsumedData — Represents the amount of data consumed.
      - `unit` string
      - `amount` string
    - `private_wireless_gateway_id` string, uuid — The identification of the related Private Wireless Gateway resource.
    - `wireless_blocklist_id` string, uuid — The identification of the related Wireless Blocklist resource.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
