Skip to content

Commit c48dbef

Browse files
authored
Update how-to-manage-users.md
1 parent 50d2498 commit c48dbef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
111111

112112
:::image type="content" source="media/how-to-manage-users/profile-object-id.png" alt-text="Screenshot of finding the object-id from the profile.":::
113113

114-
## First time addition of user to a new data partition
114+
## First time addition of users in a new data partition
115115
In order to add entitlements to a new data partition of Azure Data Manager for Energy instance, use the SPN token of the app which was used to provision the instance. If you try to directly use user tokens for adding entitlements, it results in 401 error. The SPN token must be used to add initial users in the system and those users (with admin access) can manage rest of the additional users.
116116

117117
The SPN is generated using client_credentials flow
@@ -125,7 +125,7 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
125125
--data-urlencode 'resource=<client-id>'
126126
```
127127

128-
## Get the list of all available groups for a data partition
128+
## Get the list of all available groups in a data partition
129129

130130
Run the below curl command in Azure Cloud Bash to get all the groups that are available for your Azure Data Manager for the Energy instance and its data partitions.
131131

@@ -178,7 +178,7 @@ Consider an Azure Data Manager for Energy instance named "medstest" with a data
178178
> The app-id is the default OWNER of all the groups.
179179
:::image type="content" source="media/how-to-manage-users/appid.png" alt-text="Screenshot of app-d in Microsoft Entra ID.":::
180180

181-
## Add user(s) to an entitlements group
181+
## Add user(s) to an entitlements group in a data partition
182182

183183
1. Run the below curl command in Azure Cloud Bash to add the user(s) to an entitlement group using the Entitlement service.
184184
2. The value to be sent for the param **"email"** is the **Object_ID (OID)** of the user and not the user's email.
@@ -219,7 +219,7 @@ Consider an Azure Data Manager for Energy instance named "medstest" with a data
219219
}
220220
```
221221

222-
## Get entitlements groups for a given user
222+
## Get entitlements groups for a given user in a data partition
223223

224224
1. Run the below curl command in Azure Cloud Bash to get all the groups associated with the user.
225225

@@ -259,7 +259,7 @@ Consider an Azure Data Manager for Energy instance named "medstest" with a data
259259
}
260260
```
261261

262-
## Delete entitlement groups of a given user
262+
## Delete entitlement groups of a given user in a data partition
263263

264264
1. Run the below curl command in Azure Cloud Bash to delete a given user from a given data partition.
265265
2. As stated above, **DO NOT** delete the OWNER of a group unless you have another OWNER who can manage users in that group.

0 commit comments

Comments
 (0)