diff --git a/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs b/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs index 37bb49a939..78b4239fa5 100644 --- a/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs +++ b/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs @@ -17,7 +17,9 @@ public interface IInitPendingOrganizationCommand Task InitPendingOrganizationAsync(User user, Guid organizationId, Guid organizationUserId, string publicKey, string privateKey, string collectionName, string emailToken); /// - /// Initializes a pending organization and confirms the first owner with upfront validation. + /// Initializes a pending organization created via the Bitwarden Portal on behalf of a Reseller. + /// See . + /// It also confirms the first owner. /// /// /// The user initializing the organization is the first user to access it - there is no existing