Skip to content

Commit

Permalink
feat(frontier): filter current user organizations by state (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Oct 17, 2023
1 parent eb488a5 commit 958e144
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,9 @@ message ListOrganizationsByUserResponse {
repeated Organization joinable_via_domain = 2;
}

message ListOrganizationsByCurrentUserRequest {}
message ListOrganizationsByCurrentUserRequest {
string state = 1;
}

message ListOrganizationsByCurrentUserResponse {
repeated Organization organizations = 1;
Expand Down

0 comments on commit 958e144

Please sign in to comment.