mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SwitchAccountTypeRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current_service** | **String** | The service the user currently uses to login | 
**new_service** | **String** | The service the user will use to login | 
**email** | Option<**String**> | The email of the user | [optional]
**password** | Option<**String**> | The password used with the current service | [optional]
**mfa_code** | Option<**String**> | The MFA code of the current service | [optional]
**ldap_id** | Option<**String**> | The LDAP/AD id of the user | [optional]

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