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
@@ -20,7 +20,7 @@ In this article, you learn how to manage users and their memberships in OSDU gro
20
20
- Generate the service principal access token that's needed to call the Entitlement APIs. See [How to generate auth token](how-to-generate-auth-token.md).
21
21
- Keep all the parameter values handy. They're needed to run different user management requests via the Entitlements API.
22
22
23
-
## Fetch OID
23
+
## Fetch `object-id`
24
24
25
25
The Azure object ID (OID) is the Microsoft Entra user OID.
26
26
@@ -64,7 +64,7 @@ Run the following curl command in Azure Cloud Shell to get all the groups that a
64
64
1. The value to be sent for the parameter `email` is the OID of the user and not the user's email address.
65
65
66
66
```bash
67
-
curl --location --request POST 'https://<adme-url>/api/entitlements/v2/groups/<group-name>@<data-partition-id>.dataservices.energy/members' \
67
+
curl --location --request POST 'https://<adme-url>/api/entitlements/v2/groups/<group-name>@<data-partition-id>.<domain>/members' \
0 commit comments