Resend internal user invitation
Resend invitation email to internal platform user. Requires authentication and Internal role with Update permission on users. Subject to rate limiting (5 minute cooldown, max 3 per hour).
/v1/users/{id}/admin/resend-invitationAuthorization
bearerAuth In: header
Path Parameters
Internal user ID to resend invitation for
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/admin/resend-invitation"{
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"email": "user@example.com",
"status": "pending_activation",
"invite_sent_at": "2019-08-24T14:15:22Z",
"invite_expires_at": "2019-08-24T14:15:22Z"
}{
"code": "users_m.invalid_user_input",
"message": "Invalid user input data"
}{
"code": "users_m.insufficient_permissions",
"message": "You do not have permission to perform this action"
}{
"code": "common.user_not_found",
"message": "User not found"
}{
"code": "users_m.invitation_resend_cooldown_active",
"message": "Please wait 4 minutes 30 seconds before resending invitation"
}Invite internal platform user with role assignment (requires Internal role + Create permission on users). The invited user's stored mfa_mode is seeded from auth.internal_invite.mfa_mode in the auth app-config module (totp, email, or phone).
Resend invitation email to regular (non-internal) user. Requires authentication and Internal role with Update permission on users. Subject to rate limiting (5 minute cooldown, max 3 per hour).