Skip to content

Commit 34814c0

Browse files
authored
Update how-to-manage-users.md
1 parent 60a3e84 commit 34814c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,14 @@ Run the following curl command in Azure Cloud Shell to get all the groups that a
6969
--header 'Authorization: Bearer <access_token>' \
7070
--header 'Content-Type: application/json' \
7171
--data-raw '{
72-
"email": "<Object_ID>",
72+
"email": "<Object_ID_1>",
7373
"role": "MEMBER"
74-
}'
74+
},
75+
{
76+
"email": "<Object_ID_2>",
77+
"role": "MEMBER"
78+
}
79+
'
7580
```
7681

7782
**Sample request for users OSDU group**

0 commit comments

Comments
 (0)