mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(user_roles): Populate role names and entity names in user role APIs (#5861)
This commit is contained in:
@ -188,6 +188,7 @@ pub struct GetUserRoleDetailsResponseV2 {
|
||||
pub profile: Option<NameIdUnit<String, id_type::ProfileId>>,
|
||||
pub status: UserStatus,
|
||||
pub entity_type: EntityType,
|
||||
pub role_name: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user