mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(users): Add entity type filter in list users and list roles API (#5997)
This commit is contained in:
@ -159,3 +159,8 @@ pub struct Entity {
|
||||
pub entity_id: String,
|
||||
pub entity_type: common_enums::EntityType,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
pub struct ListUsersInEntityRequest {
|
||||
pub entity_type: Option<common_enums::EntityType>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user