We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16bc759 + cddcba2 commit 8eb0d4dCopy full SHA for 8eb0d4d
articles/energy-data-services/how-to-manage-users.md
@@ -69,9 +69,14 @@ Run the following curl command in Azure Cloud Shell to get all the groups that a
69
--header 'Authorization: Bearer <access_token>' \
70
--header 'Content-Type: application/json' \
71
--data-raw '{
72
- "email": "<Object_ID>",
+ "email": "<Object_ID_1>",
73
"role": "MEMBER"
74
- }'
+ },
75
+ {
76
+ "email": "<Object_ID_2>",
77
+ "role": "MEMBER"
78
+ }
79
+ '
80
```
81
82
**Sample request for users OSDU group**
articles/energy-data-services/media/how-to-manage-users/appid.png
9.62 KB
0 commit comments