mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ResetSamlAuthDataToEmailRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**include_deleted** | Option<**bool**> | Whether to include deleted users. | [optional][default to false]
**dry_run** | Option<**bool**> | If set to true, the number of users who would be affected is returned. | [optional][default to false]
**user_ids** | Option<**Vec<String>**> | If set to a non-empty array, then users whose IDs are not in the array will be excluded. | [optional][default to []]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)