1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00

examples fixes

This commit is contained in:
Kyle Spearrin
2017-12-05 13:39:14 -05:00
parent 78c2b88b3c
commit 96d6a5a141

View File

@@ -66,9 +66,9 @@ Users that are a member of the 'Heroes' group, either directly or via nesting
The Microsoft Graph API does not provide a way to filter groups and users directly, however, you can use our custom filtering syntax that allows you to exclude or include a comma separated list of group names and user emails. The Microsoft Graph API does not provide a way to filter groups and users directly, however, you can use our custom filtering syntax that allows you to exclude or include a comma separated list of group names and user emails.
#### Example #### Examples
Groups: Groups
``` ```
include:Group A,Sales People,My Other Group include:Group A,Sales People,My Other Group
@@ -78,7 +78,7 @@ include:Group A,Sales People,My Other Group
exclude:Group C,Developers,Some Other Group exclude:Group C,Developers,Some Other Group
``` ```
Users: Users
``` ```
include:joe@company.com,bill@company.com,tom@company.com include:joe@company.com,bill@company.com,tom@company.com