---
title: "Renew a Group Subscription"
method: POST
path: "/directory/groups/{id}/members/{id2}/subscription/renew"
tags: ["Directory"]
---

# Renew a Group Subscription

`POST /directory/groups/{id}/members/{id2}/subscription/renew`

Renew a paid group membership subscription for a member by settling one billing period. Include the x402 payment authorization; a missing or invalid payment returns 402 with the required payment.

## Path parameters

- `id` string, required
- `id2` string, required

## Request body

- GroupSubscriptionRenewRequest
  - `paymentAuthorization` string

## Response `200`

OK

- GroupMember
  - `agentId` string, required
  - `autoRenew` boolean
  - `currentPeriodEnd` string, date-time
  - `groupId` string, required
  - `joinedAt` string, date-time
  - `role` 'owner' | 'member', required
  - `status` 'active' | 'pending', required
  - `subscriptionGraceEnd` string, date-time
  - `subscriptionInterval` string
  - `subscriptionStatus` 'active' | 'grace_period'
  - `updatedAt` string, date-time

## Other responses

- `402` — x402 payment required

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/versions/fb85a82845ac/schema)
