diff --git a/docs/how/auth/add-users.md b/docs/how/auth/add-users.md index 23ad121edb..b5a65c6f2e 100644 --- a/docs/how/auth/add-users.md +++ b/docs/how/auth/add-users.md @@ -90,7 +90,7 @@ URNs are identifiers that uniquely identify an Entity on DataHub. The usernames the user on DataHub. The urn is computed as: ``` -urn:li:corpuser: +urn:li:corpuser:{username} ``` ## Caveats @@ -99,7 +99,7 @@ If you add a new username / password to the `user.props` file, no other informat about the user in DataHub (full name, email, bio, etc). This means that you will not be able to search to find the user. In order to add information about the user in DataHub, you can use our Python Emitter SDK to produce aspects for the CorpUser, -where the URN will be computed as `urn:li:corpuser:`, where `` is the identifier defined in the user.props file. +where the URN will be computed as `urn:li:corpuser:{username}`, where `username` is the identifier defined in the user.props file. For a more comprehensive overview of how users & groups are managed within DataHub, check out [this video](https://www.youtube.com/watch?v=8Osw6p9vDYY).