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
@@ -50,7 +50,7 @@ The object ID (OID) is the Microsoft Entra user OID.
50
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.
51
51
52
52
```bash
53
-
curl --location --request GET "https://<URI>/api/entitlements/v2/groups/" \
53
+
curl --location --request GET "https://<adme-url>/api/entitlements/v2/groups/" \
54
54
--header 'data-partition-id: <data-partition>' \
55
55
--header 'Authorization: Bearer <access_token>'
56
56
```
@@ -61,7 +61,7 @@ Run the following curl command in Azure Cloud Shell to get all the groups that a
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
64
-
curl --location --request POST 'https://<URI>/api/entitlements/v2/groups/<group-name>@<data-partition-id>.dataservices.energy/members' \
64
+
curl --location --request POST 'https://<adme-url>/api/entitlements/v2/groups/<group-name>@<data-partition-id>.dataservices.energy/members' \
0 commit comments