Resend Signup Email
POST/api/v1/users/:user_id/resendsignup
Resend the activation/signup email for a user who has not yet completed onboarding (in REQUESTED state). Generates a new activation link and resets the 7-day expiry window.
The target user must be in the same group as the calling admin and must be in REQUESTED state. For users who have already activated (REGISTERED state), use the password reset endpoint instead.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Signup email resent successfully
User is not in REQUESTED state
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions or user not in same group
Internal server error