Skip to content

Onboarding DataHub Users

gcerik edited this page Dec 1, 2022 · 2 revisions

Onboarding DataHub Users

This document described the process for onboarding DataHub users.

How many users should you onboard?

It may seem enough to onboard one user, but most of the time you will find you need to onboard more than one.

Code

public void OnboardUser(int n=1)
{
   DoOnboardUser(n);
}

Sample Landing Screenshot

image

Clone this wiki locally