Skip to content

Commit 330ccda

Browse files
authored
Update how-to-manage-users.md
1 parent eefe722 commit 330ccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/energy-data-services/how-to-manage-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
113113

114114
## First time addition of users in a new data partition
115115
1. In order to add first admin to a new data partition of Azure Data Manager for Energy instance, use the access token of the `client-id` that was used to provision the instance.
116-
2. Get the `client-id` access token using [Generate client-id access token](how-to-manage-users.md#generate-service-principal-access-token).
116+
2. Get the `client-id` access token using [Generate client-id access token](how-to-manage-users.md#generate-client-id-access-token).
117117
3. If you try to directly use your own access token for adding entitlements, it results in 401 error. The client-id access token must be used to add first set of users in the system and those users (with admin access) can then manage more users with their own access token.
118118
4. Use the client-id access token to do these three steps using the commands outlined in the following sections:
119119
1. Add the user to the `users@<data-partition-id>.<domain>` OSDU group.

0 commit comments

Comments
 (0)