Skip to content

Commit 81716cb

Browse files
committed
Minor change
1 parent b5ee46f commit 81716cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ In the example of a request to update a user, the object provided as the value o
12631263
|`(PatchRequest as PatchRequest2).Operations.ElementAt(0).OperationName`| `OperationName.Add`|
12641264
|`(PatchRequest as PatchRequest2).Operations.ElementAt(0).Path.AttributePath`| Manager|
12651265
|`(PatchRequest as PatchRequest2).Operations.ElementAt(0).Value.Count`|1|
1266-
|`(PatchRequest as PatchRequest2).Operations.ElementAt(0).Value.ElementAt(0).Reference`|<http://.../scim/Users/2819c223-7f76-453a-919d-413861904646>|
1266+
|`(PatchRequest as PatchRequest2).Operations.ElementAt(0).Value.ElementAt(0).Reference`|`http://.../scim/Users/2819c223-7f76-453a-919d-413861904646`|
12671267
|`(PatchRequest as PatchRequest2).Operations.ElementAt(0).Value.ElementAt(0).Value`| 2819c223-7f76-453a-919d-413861904646|
12681268

12691269
***Example 6. Deprovision a user***

0 commit comments

Comments
 (0)