---
title: "Resend stakeholder invite"
method: POST
path: "/stakeholder-comms/cloudId/{cloudId}/api/stakeholders/resend_invite"
tags: ["Stakeholder User management"]
---

# Resend stakeholder invite

`POST /stakeholder-comms/cloudId/{cloudId}/api/stakeholders/resend_invite`

Resend an invitation to a stakeholder for stakeholder communication.

## Request body

- StakeholderCommsResendInviteInput — Request to resend an invitation to a stakeholder.
  - `resendInviteInput` object, required — Input for resending a stakeholder invite.
    - `emailId` string, required — Email address of the stakeholder to resend the invite to.
    - `aaid` string — Atlassian Account ID of the stakeholder.

## Response `200`

Returned if the invitation is successfully resent.

- StakeholderCommsStakeholderGroupMutationResponse — Response indicating that the operation was successful.
  - `success` boolean — Whether the operation was successful.
  - `message` string — Optional human-readable success message.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to resend the invitation.
- `404` — Returned if the stakeholder is not found.
- `500` — Returned if an internal server error occurs.

---

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