Skip to content

Commit 5eade83

Browse files
committed
add send_email_invite boolean parameter to ResendOrganizationInviteRequest and remove temp file
1 parent 618fdc3 commit 5eade83

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

proto/viam/app/v1/app.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@ message DeleteOrganizationInviteResponse {}
497497
message ResendOrganizationInviteRequest {
498498
string organization_id = 1;
499499
string email = 2;
500+
// Set to true (the default) to send an email to the recipient of an invite. The user must accept the email to be added to the associated authorizations.
501+
// When set to false, the user automatically receives the associated authorization on the next login of the user with the associated email address.
502+
optional bool send_email_invite = 3;
500503
}
501504

502505
message ResendOrganizationInviteResponse {

temp.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)