Skip to content

Commit 6e623ea

Browse files
committed
revert
1 parent ca6f1bb commit 6e623ea

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

api-reference/beta/api/identitygovernance-workflow-activatewithscope.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,18 @@ POST https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/work
134134
Content-Type: application/json
135135
136136
{
137-
"subjects": [
138-
{ "id": "2ea4c363-4b85-4529-b2ec-53b64308f39f"},
139-
{ "id": "44fc5392-9485-4348-871e-2ea17cc0a1b8"}
140-
]
137+
"scope": {
138+
"@odata.type": "microsoft.graph.identityGovernance.activateProcessingResultScope",
139+
"processingResults": [
140+
{
141+
"id": "abc12345-265a-4e8f-8d61-94a2dcd2d395_1_78799042-265a-4e8f-8d61-94a2dcd2d395_638927021459371237_0cdd8963-aaaa-4632-a1f2-aaaa7230aaaa"
142+
},
143+
{
144+
"id": "abc12345-265a-4e8f-8d61-94a2dcd2d395_1_78799042-265a-4e8f-8d61-94a2dcd2d395_388131231459357126_aaaa8963-1c30-4632-aaaa-ac96723069cb"
145+
}
146+
],
147+
"taskScope": "allTasks"
148+
}
141149
}
142150
```
143151

0 commit comments

Comments
 (0)