mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(roles): add list support for roles (#5754)
This commit is contained in:
@ -132,3 +132,9 @@ pub struct AcceptInvitationRequest {
|
||||
pub struct DeleteUserRoleRequest {
|
||||
pub email: pii::Email,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct ListUsersInEntityResponse {
|
||||
pub email: pii::Email,
|
||||
pub roles: Vec<role::MinimalRoleInfo>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user