POST
/
api
/
v1
/
invitations
/
{invitationId}
/
resend
Resend an invitation
curl --request POST \
  --url https://apix.us.amity.co/api/v1/invitations/{invitationId}/resend \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invitationId
string
required

ID of the invitation

Required string length: 1 - 50

Query Parameters

communityId
string
required

Community ID for permission check purpose

Maximum length: 900

Response

200
application/json

Resend invitation response

The response is of type object.