Skip to content

Commit

Permalink
feat: add state query to ListOrganizationsByUserRequest (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh authored Nov 8, 2024
1 parent ae895e0 commit eccbc3b
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 @@ -2568,6 +2568,7 @@ message CreateUserResponse {

message ListOrganizationsByUserRequest {
string id = 1;
string state = 2;
}

message ListOrganizationsByUserResponse {
Expand Down

0 comments on commit eccbc3b

Please sign in to comment.