You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-manage-users.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The object ID (OID) is the Microsoft Entra user OID.
47
47
48
48
## Get the list of all available groups in a data partition
49
49
50
-
Run the following curl command in Azure Cloud 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 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.
51
51
52
52
```bash
53
53
curl --location --request GET "https://<URI>/api/entitlements/v2/groups/" \
@@ -57,7 +57,7 @@ Run the following curl command in Azure Cloud Bash to get all the groups that ar
57
57
58
58
## Add users to an OSDU group in a data partition
59
59
60
-
1. Run the following curl command in Azure Cloud 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 for Bash to add the users to the users group by using the entitlement service.
61
61
1. The value to be sent for the parameter `email` is the OID of the user and not the user's email address.
62
62
63
63
```bash
@@ -115,7 +115,7 @@ Run the following curl command in Azure Cloud Bash to get all the groups that ar
115
115
116
116
## Get OSDU groups for a given user in a data partition
117
117
118
-
1. Run the following curl commandin Azure Cloud Bash to get all the groups associated with the user.
118
+
1. Run the following curl commandin Azure Cloud Shell forBash to get all the groups associated with the user.
119
119
120
120
```bash
121
121
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 Bash to get all the groups that ar
156
156
157
157
## Delete OSDU groups of a specific user in a data partition
158
158
159
-
1. Run the following curl commandin Azure Cloud Bash to delete a specific user from a specific data partition.
159
+
1. Run the following curl commandin Azure Cloud Shell forBash to delete a specific user from a specific data partition.
160
160
1. *Do not* delete the OWNER of a group unless you have another OWNER who can manage users in that group.
0 commit comments