You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ This article provides example SCIM requests emitted by the Azure Active Director
275
275
276
276
### User Operations
277
277
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.
279
279
280
280
#### Create User
281
281
@@ -606,8 +606,8 @@ This article provides example SCIM requests emitted by the Azure Active Director
606
606
607
607
### Group Operations
608
608
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.
611
611
* 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.
612
612
* It isn't necessary to support returning all the members of the group.
0 commit comments