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 204 No Content on success.
- Updates invitation timestamp
- Invitation must exist and not be accepted
Requires Admin or Owner role.
Bash
- Bash
- Python
- JavaScript
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)