Skip to content

Commit edbbd52

Browse files
authored
Update how-to-manage-users.md
1 parent 458169d commit edbbd52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The object ID (OID) is the Microsoft Entra user OID.
4747

4848
## Get the list of all available groups in a data partition
4949

50-
Run the following curl command in Azure Cloud Shell for Bash to get all the groups that are available for you or that you have access to in the specific data partition of the Azure Data Manager for Energy instance.
50+
Run the following curl command in Azure Cloud Shell to get all the groups that are available for you or that you have access to in the specific data partition of the Azure Data Manager for Energy instance.
5151

5252
```bash
5353
curl --location --request GET "https://<URI>/api/entitlements/v2/groups/" \
@@ -57,7 +57,7 @@ Run the following curl command in Azure Cloud Shell for Bash to get all the grou
5757

5858
## Add users to an OSDU group in a data partition
5959

60-
1. Run the following curl command in Azure Cloud Shell for Bash to add the users to the users group by using the entitlement service.
60+
1. Run the following curl command in Azure Cloud Shell to add the users to the users group by using the entitlement service.
6161
1. The value to be sent for the parameter `email` is the OID of the user and not the user's email address.
6262

6363
```bash
@@ -115,7 +115,7 @@ Run the following curl command in Azure Cloud Shell for Bash to get all the grou
115115

116116
## Get OSDU groups for a given user in a data partition
117117

118-
1. Run the following curl command in Azure Cloud Shell for Bash to get all the groups associated with the user.
118+
1. Run the following curl command in Azure Cloud Shell to get all the groups associated with the user.
119119

120120
```bash
121121
curl --location --request GET 'https://<URI>/api/entitlements/v2/members/<OBJECT_ID>/groups?type=none' \
@@ -156,7 +156,7 @@ Run the following curl command in Azure Cloud Shell for Bash to get all the grou
156156

157157
## Delete OSDU groups of a specific user in a data partition
158158

159-
1. Run the following curl command in Azure Cloud Shell for Bash to delete a specific user from a specific data partition.
159+
1. Run the following curl command in Azure Cloud Shell to delete a specific user from a specific data partition.
160160
1. *Do not* delete the OWNER of a group unless you have another OWNER who can manage users in that group.
161161

162162
```bash

0 commit comments

Comments
 (0)