feat(user): add support for resend invite (#3523)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Apoorv Dixit
2024-02-02 15:04:49 +05:30
committed by GitHub
parent 892b04f805
commit cf0e0b330e
7 changed files with 120 additions and 33 deletions

View File

@ -113,6 +113,11 @@ pub struct InviteMultipleUserResponse {
pub error: Option<String>,
}
#[derive(Debug, serde::Deserialize, serde::Serialize, Clone)]
pub struct ReInviteUserRequest {
pub email: pii::Email,
}
#[derive(Debug, serde::Deserialize, serde::Serialize)]
pub struct SwitchMerchantIdRequest {
pub merchant_id: String,