mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(user): add user_list and switch_list apis (#3033)
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
This commit is contained in:
@ -80,3 +80,9 @@ pub struct UpdateUserRoleRequest {
|
||||
pub user_id: String,
|
||||
pub role_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub enum UserStatus {
|
||||
Active,
|
||||
InvitationSent,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user