Skip to content

Commit

Permalink
feat(frontier): list org users role filter (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Dec 2, 2024
1 parent df09b48 commit 60baa54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,7 @@ message ListOrganizationUsersRequest {
string permission_filter = 2 [deprecated = true];

bool with_roles = 3;
repeated string role_filters = 4;
}

message ListOrganizationUsersResponse {
Expand Down

0 comments on commit 60baa54

Please sign in to comment.