Skip to content

Commit e60f43b

Browse files
committed
add boolean to resend organization invite request
1 parent 57b68a7 commit e60f43b

File tree

1 file changed

+3
-0
lines changed

1 file 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 {

0 commit comments

Comments
 (0)