Skip to content

Commit 42190ca

Browse files
committed
fix: add id field
1 parent 0597748 commit 42190ca

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

raystack/frontier/v1beta1/admin.proto

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,11 +1665,13 @@ message SearchOrganizationServiceUsersRequest {
16651665

16661666
message SearchOrganizationServiceUsersResponse {
16671667
message OrganizationServiceUser {
1668-
string title = 1;
1669-
google.protobuf.Timestamp created_at = 2;
1668+
string id = 1;
1669+
string title = 2;
16701670
string org_id = 3;
1671-
repeated string project_titles = 4;
1672-
}
1671+
repeated string project_titles = 4; }
1672+
google.protobuf.Timestamp created_at = 5;
1673+
}
1674+
16731675

16741676
repeated OrganizationServiceUser organization_service_users = 1;
16751677
RQLQueryPaginationResponse pagination = 2;

0 commit comments

Comments
 (0)