Onboarding DataHub Users - NRCan/datahub-portal GitHub Wiki
This document described the process for onboarding DataHub users.
It may seem enough to onboard one user, but most of the time you will find you need to onboard more than one.
public void OnboardUser(int n=1)
{
DoOnboardUser(n);
}