Skip to content

Commit 63e4038

Browse files
authored
Adds comma for clarity.
1 parent 948279c commit 63e4038

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
@@ -1195,7 +1195,7 @@ In the sample code, the request is translated into a call to the RetrieveAsync m
11951195
Task<Resource> RetrieveAsync(IRequest<IResourceRetrievalParameters> request);
11961196
```
11971197

1198-
In the example of a request to retrieve the current state of a user, the values of the properties of the object provided as the value of the parameters argument are as follows:
1198+
In the example of a request, to retrieve the current state of a user, the values of the properties of the object provided as the value of the parameters argument are as follows:
11991199

12001200
* Identifier: "54D382A4-2050-4C03-94D1-E769F1D15682"
12011201
* SchemaIdentifier: `urn:ietf:params:scim:schemas:extension:enterprise:2.0:User`

0 commit comments

Comments
 (0)