mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(user): Deprecate Signin, Verify email and Invite v1 APIs (#4465)
This commit is contained in:
@ -98,12 +98,6 @@ pub struct InviteUserRequest {
|
||||
pub role_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct InviteUserResponse {
|
||||
pub is_email_sent: bool,
|
||||
pub password: Option<Secret<String>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct InviteMultipleUserResponse {
|
||||
pub email: pii::Email,
|
||||
|
||||
Reference in New Issue
Block a user