# Reset user activation token Reset the activation token for a user and trigger a new activation email. Provide the user's ID as a path parameter. Endpoint: POST /resources/users/v1/activate/reset Security: bearer ## Request fields (application/json): - `email` (string, required) - `emailMetadata` (object, required) ## Response 201 fields