---
title: "Re-issue a pending invite by id"
method: POST
path: "/identity/members/invites/{id}/refresh"
tags: ["identity", "members", "business"]
---

# Re-issue a pending invite by id

`POST /identity/members/invites/{id}/refresh`

## Path parameters

- `id` string, required

## Response `200`

OK

- MembersPendingInviteView
  - `email` string
  - `expires_ts` string, date-time
  - `first_name` string
  - `group_id` string
  - `id` string
  - `last_name` string
  - `relationship` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
