Skip to content

Commit

Permalink
chore: bulk user import module README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashirwadjain authored Nov 26, 2024
1 parent 882ec35 commit 4e53db9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/bulk_users_import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ This is specifically useful in cases where a huge number of users were created i


#### Arguments
--groupId <groupId>: The ID of the group to which the users will be imported. This is a required flag.
--apiKey <apiKey>: The User API key used for authentication. This is an optional flag, and can only be skipped if your environment has a `NEW_RELIC_API_KEY` that can be defaulted to.
--filePath <filePath>: The path to the file containing the user data to be imported. This is a required flag.
`--groupId`: The ID of the group to which the users will be imported. This is a required flag.

`--apiKey`: The User API key used for authentication. This is an optional flag, and can only be skipped if your environment has a `NEW_RELIC_API_KEY` that can be defaulted to.

`--filePath`: The path to the file containing the user data to be imported. This is a required flag.

#### Example Usage
```sh
Expand Down

0 comments on commit 4e53db9

Please sign in to comment.