Skip to content

Commit fb768a0

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-freshness
2 parents 35cdc4a + 8eb0d4d commit fb768a0

File tree

2 files changed

+7
-2
lines changed

2 files 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**
9.62 KB
Loading

0 commit comments

Comments
 (0)