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