Skip to content

Commit 3a19f02

Browse files
authored
Update how-to-manage-users.md
1 parent 9a810d8 commit 3a19f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
116116
2. Get the service principal access token using [Generate service principal access token](how-to-manage-users.md#generate-service-principal-access-token).
117117
3. If you try to directly use user tokens for adding entitlements, it results in 401 error. The service principal access token must be used to add initial users in the system and those users (with admin access) can then manage more users.
118118
4. Use the service principal access token to do these three steps using the commands outlined in the following sections.
119-
5. Add the users to the `users@<data-partition-id>.<domain>` OSDU group.
120-
6. Get the OSDU group such as `service.legal.editor@<data-partition-id>.<domain>` you want to add the user to.
121-
7. Add the users to that group.
119+
1. Add the users to the `users@<data-partition-id>.<domain>` OSDU group.
120+
1. Get the OSDU group such as `service.legal.editor@<data-partition-id>.<domain>` you want to add the user to.
121+
1. Add the users to that group.
122122

123123
## Get the list of all available groups in a data partition
124124

0 commit comments

Comments
 (0)