We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8451c commit 2685dffCopy full SHA for 2685dff
1 file changed
raystack/frontier/v1beta1/admin.proto
@@ -1664,11 +1664,16 @@ message SearchOrganizationServiceUsersRequest {
1664
}
1665
1666
message SearchOrganizationServiceUsersResponse {
1667
+ message Project {
1668
+ string id = 1;
1669
+ string title = 2;
1670
+ string name = 3;
1671
+ }
1672
message OrganizationServiceUser {
1673
string id = 1;
1674
string title = 2;
1675
string org_id = 3;
- repeated string project_titles = 4;
1676
+ repeated Project projects = 4;
1677
google.protobuf.Timestamp created_at = 5;
1678
1679
0 commit comments