mirror of
https://github.com/bitwarden/help
synced 2025-12-10 13:23:16 +00:00
examples fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user