Resend Account Activation - MarcoLagalla/marette_backend GitHub Wiki
Name | Resend Account activation |
---|---|
Description | Resends welcome email to user with activation token |
URL | api/v1/account/activate/resend/<int:id> |
Allowed methods | POST |
Authorizations | IsAuthenticated |
-
<int:id>
is the user's id as returned by UserProfile
Provided user's authentication Token, resends welcome email.