Skip to content

Commit

Permalink
users.json example added #6180-docs (#6680)
Browse files Browse the repository at this point in the history
* users.json example added #6180-docs

* Update mmctl-command-line-tool.rst

']' misplacements improved

* Update mmctl-command-line-tool.rst

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
  • Loading branch information
yesbhautik and cwarnermm authored Oct 16, 2023
1 parent e2700ff commit d8fe9a9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions source/manage/mmctl-command-line-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6174,6 +6174,31 @@ Migrate accounts from one authentication provider to another. For example, you c
mmctl user migrate-auth email saml users.json
**user.json Example**
.. code-block:: json
[
{
"email": "[email protected]",
"auth_data": {
"saml": {
"idp_id": "saml_idp_1",
"saml_user_id": "user123"
}
}
},
{
"email": "[email protected]",
"auth_data": {
"saml": {
"idp_id": "saml_idp_2",
"saml_user_id": "user456"
}
}
}
]
**Options**
.. code-block:: sh
Expand Down

0 comments on commit d8fe9a9

Please sign in to comment.