Skip to main content
POST
/
tenant-auth
/
v1
/
users
/
{userId}
/
resend-invite
Resend invite email for a user
curl --request POST \
  --url https://api.swarmd.ai/tenant-auth/v1/users/{userId}/resend-invite \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

userId
string<uuid>
required

Response

200 - */*

OK

message
string