Skip to content

Commit 4425f20

Browse files
committed
corrected the entitlement group
1 parent 9da8f6c commit 4425f20

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

articles/energy-data-services/tutorial-well-delivery-ddms.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,14 @@ For more information, see [Manage legal tags](how-to-manage-legal-tags.md).
8484

8585
### Add users to an entitlement group
8686

87-
For users to have the proper permissions to make Petrel DDMS API calls, they must be part of the `users.datalake.admins@{data-partition-id}.dataservices.energy` entitlement group. This call adds a user to the proper group.
87+
For users to have the proper permissions to make Well Delivery DDMS API calls, they must be part of the `data.default.viewers@{data-partition-id}.dataservices.energy` and `data.default.owners@<data_partition_id>.dataservices.energy` entitlement groups. This call adds a user to the proper group.
8888

89-
The user in this case is the client ID or OID in the token that's used for authentication. For example, if you generate a token by using a client ID of `8cdxxxxxxxxxxxx`, you must add `8cdxxxxxxxxxxxx` to the `users.datalake.admins` group.
9089
Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entitlements for the user .
9190

92-
9391
### Create a well record
9492

9593
Create a well record in your Azure Data Manager for Energy instance.
9694

97-
Method: `PUT`
98-
9995
```bash
10096
curl --request PUT \
10197
--url https://{base_url}/api/well-delivery/storage/v1/well \
@@ -139,9 +135,6 @@ curl --request PUT \
139135

140136
Create a wellbore record in your Azure Data Manager for Energy instance.
141137

142-
Method: `PUT`
143-
144-
145138
```bash
146139
curl --request PUT \
147140
--url https://{base_url}/api/well-delivery/storage/v1/ wellbore \
@@ -187,9 +180,6 @@ curl --request PUT \
187180

188181
Create an activity plan.
189182

190-
Method: `PUT`
191-
192-
193183
```bash
194184

195185
curl --request PUT \

0 commit comments

Comments
 (0)