kemproApiV2AdminDealersIdResendInvitePost method
- required int? id,
Resend a marketing cloud invitation to the admins of a dealer org, to allow them to login and access the Energy Management platform.
This will also reset the admins' passwords. Any prior passwords in previous invitation emails will no longer work. If an admin has already logged in and onboarded previously, this will still reset their password and resend a new invitation email. This method will fail if the dealer org does not exist within the database or Okta. @param id ID of the dealer org within the dealer service database
Implementation
Future<chopper.Response> kemproApiV2AdminDealersIdResendInvitePost(
{required int? id}) {
return _kemproApiV2AdminDealersIdResendInvitePost(id: id);
}