-
Notifications
You must be signed in to change notification settings - Fork 2
Onboarding DataHub Users
gcerik edited this page Dec 1, 2022
·
2 revisions
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);
}