Update documentation in IInitPendingOrganizationCommand to clarify organization initialization process

- Revised the summary comment to specify that the method initializes a pending organization created via the Bitwarden Portal on behalf of a Reseller.
- Added a reference to the ResellerClientOrganizationSignUpCommand for better context.
- Emphasized the confirmation of the first owner during the initialization process.
This commit is contained in:
Rui Tome
2026-01-30 16:30:14 +00:00
parent dc18834aed
commit bb42cc73dc

View File

@@ -17,7 +17,9 @@ public interface IInitPendingOrganizationCommand
Task InitPendingOrganizationAsync(User user, Guid organizationId, Guid organizationUserId, string publicKey, string privateKey, string collectionName, string emailToken);
/// <summary>
/// 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 <see cref="ResellerClientOrganizationSignUpCommand"/>.
/// It also confirms the first owner.
/// </summary>
/// <remarks>
/// The user initializing the organization is the first user to access it - there is no existing