NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Formatting the instructions as numbered steps.

...

If your user account has the Group Administrator role, the following command allows you to add you can add a user account to DME

To add a user:

  1. Make sure the user has an NIH user account, and that account has been assigned to a DOC. 
  2. In your file system, create a JSON file that specifies 
  3. Run the following command:

    Code Block
    dm_register_user <userId> <description.json> 

    The following table describes each parameter:

    ParameterDescription
    <userId>
    Specify the user's NIH login user ID.
    <description.json>

    The name of the JSON file containing additional data parameters for the command, as follows:

    Code Block
    {
       "firstName": "John",
       "lastName": "Doe",
       "defaultBasePath" : "/FNLCR"
    }

    The system creates the new user with the user role. (To create a user with the group administrator role, contact NCIDataVault@mail.nih.gov.)

For instructions on performing a similar task in the GUI, refer to Adding a User via the GUI

...