Skip to content
Last updated

Resend an invitation email to a single user.

POST/v1/organizations/{organization_id}/users/{user_id}/resend-invitation

organization_id string required

Organization ID

user_id string required

User ID (usr_...) or OrganizationUser ID (orgusr_...) to resend invitation to

Returns

Returns 204 No Content on success.

Notes

  • Updates invitation timestamp
  • Invitation must exist and not be accepted

Authorization

Requires Admin or Owner role.

Bash
curl -X POST https://api.aitronos.com/v1/organizations/org_abc123/users/usr_xyz789/resend-invitation \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

(empty response body)