Skip to content

Commit c7d23fa

Browse files
authored
Updates to active voice.
1 parent 289de6b commit c7d23fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ This article provides example SCIM requests emitted by the Azure Active Director
275275

276276
### User Operations
277277

278-
* Users can be queried by `userName` or `emails[type eq "work"]` attributes.
278+
* Use `userName` or `emails[type eq "work"]` attributes to query users.
279279

280280
#### Create User
281281

@@ -606,8 +606,8 @@ This article provides example SCIM requests emitted by the Azure Active Director
606606

607607
### Group Operations
608608

609-
* Groups shall always be created with an empty members list.
610-
* Groups can be queried by the `displayName` attribute.
609+
* Groups are created with an empty members list.
610+
* Use the `displayName` attribute to query groups.
611611
* Update to the group PATCH request should yield an *HTTP 204 No Content* in the response. Returning a body with a list of all the members isn't advisable.
612612
* It isn't necessary to support returning all the members of the group.
613613

0 commit comments

Comments
 (0)