Skip to content

Commit 8eb0d4d

Browse files
authored
Merge pull request #272165 from shikhagarg1/main
Add details on adding multiple users
2 parents 16bc759 + cddcba2 commit 8eb0d4d

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)