Skip to main content
POST
/
organizations
/
current
/
users
/
{userId}
/
invitation
/
resend
Resend user invitation
curl --request POST \
  --url https://app.azalt.co/api/v1/organizations/current/users/{userId}/invitation/resend \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

Response

Successful response

success
boolean
required
message
string
required