Skip to content

Commit 958e144

Browse files
authored
feat(frontier): filter current user organizations by state (#313)
Signed-off-by: Kush Sharma <[email protected]>
1 parent eb488a5 commit 958e144

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

raystack/frontier/v1beta1/frontier.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,9 @@ message ListOrganizationsByUserResponse {
15271527
repeated Organization joinable_via_domain = 2;
15281528
}
15291529

1530-
message ListOrganizationsByCurrentUserRequest {}
1530+
message ListOrganizationsByCurrentUserRequest {
1531+
string state = 1;
1532+
}
15311533

15321534
message ListOrganizationsByCurrentUserResponse {
15331535
repeated Organization organizations = 1;

0 commit comments

Comments
 (0)